Space Invaders game written in python using pygame
- Install pygames:
python3 -m pip install -U pygame --user
- Clone the repo:
git clone https://github.com/yazdanz/SpaceInvaders.git
- Cd into the repo:
cd SpaceInvaders
- Run the game:
python src/game.py