This Hangman game is a simple Python program that allows players to guess a word letter by letter.
- Run the Python script in your terminal or IDE.
- The game will choose a random word from a list of fruits.
- The player's task is to guess the word by entering one letter at a time.
- The game will display the word with underscores representing the unguessed letters.
- The player has a limited number of chances to guess the correct word.
- Enter letters to guess, and the game will provide feedback if the letter is correct or not.
- If the player guesses the entire word before running out of chances, they win!