Tim2othy / spacegame

2 stars 1 forks source link

How to start the game

Fun small game we're making. Give us feedback, or just play the game.

Install dependencies:

pip install -r requirements.txt

Run with:

py main.py

How to play the game

If there is one player, move with arrow keys, shoot with space.

If there are two players:

You can toggle one and two player mode by setting TEST_MODE to True or False respectivly. This also changes the size of the world and whether one can die.