In order to run the game install all dependencies listed in requirements.txt (the sample command to install is 'pip install '). Then in the terminal run the command Space Invaders Game:
python3 main.py
or python main.py
in Windows command prompt.
Here is how the game looks like:
In order to test the project run the command:
python3 test/main_test.py -v
in terminal
python test/main_test.py -v
in Windows command prompt
Have a nice time ;)