This is a space invader game developed using python.
-
Open your Terminal/cmd
-
git clone this project to your preferred directory.
-
cd Space-Invaders
-
python SpaceInvaders.py
or Execute:
SpaceInvaders.cmd
- Pygame (http://pygame.org)
Set up a virtual environment and install the dependencies:
pip install -r requirements.txt
This project is licensed under the terms of the GLP-3.0 license