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