aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 1587efcbf635f90fd5f7f36bda530111cddb8ac7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Space Invaders
![screenshot](screenshot.png)
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
1. 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
3. Install dependencies:
   ```bash
   pip install -r requirements.txt
4. Run the game
   ```bash
   python3 __init__.py
## References
Audio and image assets are sourced from:
- [Space Invaders Assets](https://github.com/clear-code-projects/Space-invaders)