This is a simple Hangman game implemented in Python. Hangman is a classic word guessing game where the player must guess letters in a hidden word. Each incorrect guess brings them closer to losing.
Randomly selects a word from a predefined list for the player to guess.
Keeps track of the state of the hangman as incorrect guesses are made.
Provides feedback on whether a guessed letter is correct or incorrect.
Displays the current state of the guessed word, showing blanks for unguessed letters.
Contributions are welcome! Here are a few ways you can contribute:
Expand the word list with more words.
Improve the game interface or add more features.
Fix any bugs you encounter or suggest enhancements.