Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 873 Bytes

File metadata and controls

29 lines (21 loc) · 873 Bytes

✈️ Aeroplane Fighter Game (Python + Pygame)

🚀 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.

🎮 Game Features

  • ✈️ Player-controlled aeroplane
  • 🚀 Enemy planes spawning randomly
  • 💥 Bullet shooting & collision system
  • 🏆 Scoring system with increasing difficulty
  • 🎵 Background sound
  • ⚡ Smooth FPS for a better experience

🛠️ Tech Stack

  • Language: Python
  • Library: Pygame
  • IDE: VS Code

⚡ How to Run

  1. Clone the repository:

Install reruirements

pip install -r requirements.txt

Run the game:

python main.py