/tinkoff-hangman

Primary LanguagePythonMIT LicenseMIT

Hangman

Build Status codecov

hangman is an introductory project in MIPT Course on Software Design, Fall 2017.

Hangman is a popular word-guessing game. You have to guess letters one by one having only 5 attempts.

The game uses Python 3 which can be downloaded here

Install requirements

  • MacOS:
brew install python3
make

Play

  • MacOS:
python3 run.py

Test

make test