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
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.