Space Invaders
A Pygame recreation of the classic Space Invaders game for a school project.
Features
- Sound effects
- Destroyable bunkers
- Extra lives
- Waves
- Scoreboard
Controls
- Arrow Keys: Move left/right
- Spacebar: Shoot
Getting Started
- Clone the repository:
bash git clone https://github.com/schererleander/pygame-space-invaders.git 2. Navigate to the project directory:bash cd pygame-space-invaders - Install dependencies:
bash pip install -r requirements.txt 4. Run the gamebash python3 init.py ## References Audio and image assets are sourced from:
