This is simple Hangman game implemented in Python programming language. Guess the correct word before you run out of all attempts!
Before running the game, make sure you have NLTK (Natural Language Toolkit) installed on your system. You can install it with pip:
pip install nltk
-
Make sure you are using at least Python 3.10.
-
Clone this repository.
-
Navigate to the project directory.
Run the code with executing the following command:
python3 hangman.py
Follow the on-screen instructions to play the game.
- Randomly selected word for each game.
- ASCII art for visual representation.