errr... i dont know how to run your game
Viewing post in The ultimeta boose run jam comments
Well i think you need to do this :
"
The ultimate boose run (tubs)
GMTK game jam 2019 product by yours truly.
Setup
- install python3 and pip [ https://www.python.org/ ]
- [Open cmd or powershell in the game directory ( On windows right click in the explorer while holding shift and selcect open powershell windows here)]
pip install -r requirements.txt
- [python] src <[your] screen width> <[your] screen height>
Configuration
conf.json
in project root contains the keybindings if you wish to edit them. Game has five planets and default controls are shown each time the game is started.
"
This is taken directly from the README.md file.
It is a Python game made with pygame so you have to install python first to run it.