A simple text based web game, from Zed Shaw's book "Learn Python the Hard Way".
pip install -r requirements.txt
flask app.py
python -m pytest
- shoot!
- dodge!
- tell a joke
- 0132
- "*"
- throw the bomb
- slowly place the bomb
- 2
- "*"
A simple text based web game, from Zed Shaw's "Learn Python the Hard Way"
Python
A simple text based web game, from Zed Shaw's book "Learn Python the Hard Way".
pip install -r requirements.txt
flask app.py
python -m pytest