A classic Hangman word-guessing game built in Python. Guess the hidden fruit before you run out of attempts!
python main.py- You get 6 attempts to guess the word
- Enter one letter at a time
- The word is a random fruit from the built-in word list
Welcome to Hangman!
_ _ _ _ _ _
Guess a letter: a
_ a _ a _ a
Guess a letter: b
b a _ a _ a
...
- Python 3.x (no external dependencies)