Aero Clash is an action-packed arcade-style shooting game built with Pygame. Pilot your plane, eliminate enemies, collect power-ups, and survive for as long as possible!
- Fast-Paced Gameplay – Dodge incoming enemies and obstacles while shooting down threats.
- Power-ups – Collect shields and weapon upgrades to enhance your survival.
- Explosions & Effects – Smooth animations and sound effects for an immersive experience.
- High Score Tracking – Compete with yourself by setting new high scores.
- MP4 Game Recording – Save your gameplay footage as a video file.
Ensure you have Python installed (preferably Python 3.8+). Install Pygame:
pip install pygame
Clone this repository or download the source files. Then, navigate to the folder and run:
python game.py
- Arrow Keys – Move Left/Right
- Spacebar – Shoot
To record and save your game session:
- The game automatically records while playing.
- The output video file will be saved in the game directory as gameplay.mp4.
- Sprites & Backgrounds – Custom-designed assets.
- Sound Effects & Music – Included within the
sound/
directory.
- More enemy types with different behaviors.
- Additional power-ups and weapons.
- Multiplayer mode.