Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 590 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 590 Bytes

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

Running

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

Acknowledgements