A shmup game
git clone https://github.com/j-tesla/space-shooter.gitcd space-shooterInstall dependencies to a virtual envionment
pipenv installRun main.py
pipenv run python3 main.pyExecute the build script either via docker-compose:
docker-compose run pyinstalleror directly execute it locally:
./build.shAfterwards 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.
