Simple 2D scrolling fighter plane game with progressive difficulty using Pygame
Shoot down enemy planes and try for a high score, but the game gets more difficult the higher your score!
| Action | Key |
|---|---|
| Movement | Arrow keys / WASD |
| Shoot | Space |
- Endless progressive difficulty
- Increasing enemy speed and fire rate
- Limited ammo; gain ammo with every kill
gameplay.mp4
Not sure why you would ever want to build this as you can find the latest build in Releases but anyways...
Clone the repo
git clone https://github.com/TheDragonary/War-Plane.git
Install packages. Latest Python version (3.12+) should work fine.
pip install pygame pygame-menu pyinstaller
Run the spec file
pyinstaller "War Plane.spec"
Done! You'll find the executable in the dist/ folder.