This is a hangman game written by @sobolevn.
- Create
virtualenv
- Run
python setup.py install
- Run
hangman new
We don't have any tests yet.
How to run:
pipenv install --dev
(only once)pipenv shell
pytest
How to run:
pipenv install --dev
(only once)pipenv shell
mypy --strict-optional hangman