Python Space Invaders Game Clone
- Python 3.6.x
- Supported OSes: Linux, macOS and Windows
# Clone the repository (stable branch)
git clone -b master https://github.com/fajarafriansh/space-invaders.git space-invaders
# Go to the project root
cd space-invaders
# Install
pip install -r requirements.txt
# Start the game
python space-invaders.py