A simple 2D space shooter built with Python and Pygame. Pilot a ship, dodge and destroy waves of aliens, and rack up points as the action speeds up.
- Player-controlled ship with movement and shooting
- Waves of alien enemies
- Collision detection and scoring
- Classic arcade-style gameplay
- Python 3.7+
- Pygame
Clone the repository:
git clone https://github.com/ankit20184/Shoot_game.git
cd Shoot_gameInstall dependencies:
pip install pygamepython main.py- Arrow keys – move the ship
- Spacebar – shoot
- Q / Close window – quit