A shmup game
git clone https://github.com/j-tesla/space-shooter.git
cd space-shooter
Install dependencies to a virtual envionment
pipenv install
Run main.py
pipenv run python3 main.py
Execute the build script either via docker-compose:
docker-compose run pyinstaller
or directly execute it locally:
./build.sh
Afterwards you can find a standalone executable of the game at
dist/space-shooter
.
This project is licensed under the MIT License. For details, check the LICENSE file.