Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

j-tesla/space-shooter

Repository files navigation

GitHub last commit GitHub repo size

GitHub top language

DeepSource

space-shooter

GitHub Pipenv locked dependency version

A shmup game

screenshot

Installation

Prerequisites

Clone

git clone https://github.com/j-tesla/space-shooter.git

Setup

cd space-shooter

Install dependencies to a virtual envionment

pipenv install

Usage

Run main.py

pipenv run python3 main.py

Build standalone executable (using pyinstaller)

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.

License

GitHub License

This project is licensed under the MIT License. For details, check the LICENSE file.