A space game written in Python. It's currently a very simple arcade space shooter.
In order to run "Space game," you will need the following packages installed:
- Python 2.7
- Contents of
requirements.txt
- pytest (optional, for testing)
The easiest way to install the libraries is python2 -m pip install -r ./requirements.txt
"Space game" is a Python program. You run it with Python:
python2 ./run.py
Press F12
to print the controls to the console.
You can run the tests like so:
python2 -m pytest
You can run with profiling enabled like so:
./run.py --profile
which will spit out a file called 'profile_results' in the current working directory. You can view the results with
./bin/print_profile_results