You are a programmer sent to debug an unknown codebase.
Will you succeed in defeating bugs or will you fail?
(Don't expect much. It's just a hackweek project.)
Clone the repo, then run these commands in the top level game
directory:
$ python3 -m venv game.env
$ . game.env/bin/activate
$ pip install requirements.txt
$ python3 run.py