A fun and interactive Hangman game built with Python π
Test your word-guessing skills in a clean, terminal-based environment!
- π² Random word selection for replayability
- π₯οΈ User-friendly terminal interface
- β±οΈ Real-time tracking of correct and wrong guesses
- β Limited attempts system
- π§Ή Clean and readable Python code for easy understanding
- The game randomly selects a word π€
- Guess one letter at a time π€
- Correct guesses reveal letters in the word
- Wrong guesses reduce your remaining attempts β
- Guess the word before running out of attempts to win π
- Python 3.x installed on your system
Check your Python version:
python --version
# Hangman-Python
# Hangman-Python