A classic command-line Hangman game built with Python, using modular code and a word list from the NLTK library.
- Classic Hangman gameplay.
- Random word generation from a large English dictionary (via NLTK).
- Modular design to separate concerns.
- ASCII art for the hangman stages and logo.
- Tracks remaining chances and guessed letters.
-
Clone the repository:
git clone https://github.com/AranavPaul/python-hangman-game cd python-hangman-game -
Install the required libraries:
pip install -r requirements.txt
-
Run the game:
python main.py
This project is open-source. See the LICENSE file for more details.