Hangman is a paper and pencil guessing game for two or more players. One player thinks of a word, phrase or sentence and the other(s) tries to guess it by suggesting letters within a certain number of guesses. This is the python implementation of this game
To play the game , follow the following steps :
- Install Python 3.x preferrably python 3.6 or 3.7
- Type 'pip install -r requirements.txt' to install all the requirements
- Type 'python main.py' to run the file