A terminal-based implementation of the classic Hangman game written in Python. It features:
- Dynamic word loading from a file
- ASCII art for a visual experience using
pyfiglet - Error tracking with hanging stick figure stages
- Replayability built-in
- Uses
pyfigletto print stylish ASCII art titles - Word list loaded from a
.txtfile - Tracks wrong guesses visually through progressive hangman drawings
- Ends with a victory or game over message
- Option to play again after each round
- Python 3.x
pyfigletlibrary
Only single-letter guesses are allowed unless you attempt the full word.
Made BY Vaibhav-coder-king