Hangman Game
Hangman Game
● Implement functions:
○ select_word(): Randomly choose a word to guess by player.
○ display_progress(): Show the current state of the word with guessed
letters.
○ check_guess(): Verify if the guess is in the word.
Optional:
● Create a file named words.txt and add a list of words, each on a new line.