A simple Space Invaders-style arcade game built with Pygame. Control your spaceship, shoot down waves of enemies, collect power-ups, and try to achieve the highest score!
- Classic arcade gameplay: move, shoot, and dodge
- Power-ups: rapid fire, shield, and extra lives
- Animated explosions and starfield background
- Score and lives tracking
- Arrow keys: Move your spaceship (left, right, up, down)
- Spacebar: Shoot bullets
- Install Python (if not already installed)
- Download from https://www.python.org/downloads/
- Install Pygame
- Open a terminal/command prompt and run:
pip install pygame
- Open a terminal/command prompt and run:
- Download the game files
- Ensure all files (
main.py
,player.py
,enemy.py
,bullet.py
) are in the same folder.
- Ensure all files (
- Run the game
- In the terminal, navigate to the folder containing the files and run:
python main.py
- In the terminal, navigate to the folder containing the files and run:
Enjoy blasting enemies and chasing high scores!