To install the required dependencies to build and run this project, run:
pip install -r dependencies.txt
To run the webserver, run:
cd 00_dontpanicbaby/
python3 webserver.py
Open your browser and connect to localhost:5000/home
to play the game!
To run unit tests, run:
cd 00_dontpanicbaby/
python3 -m unittest -v