🚀 A simple yet exciting 2D Aeroplane Fighter Game built in Python using the Pygame library.
This was created as my first complete game project to understand game loops, events, collision detection, and smooth rendering.
✈️ Player-controlled aeroplane- 🚀 Enemy planes spawning randomly
- 💥 Bullet shooting & collision system
- 🏆 Scoring system with increasing difficulty
- 🎵 Background sound
- ⚡ Smooth FPS for a better experience
- Language: Python
- Library: Pygame
- IDE: VS Code
- Clone the repository:
pip install -r requirements.txt
python main.py