Welcome to the Hangman game repository! This is a simple Python-based implementation of the classic word-guessing game known as Hangman. The game is designed to be easy to play and fun to challenge your word-guessing skills!
- Random word selection from a list of words.
- A visual representation of the hangman as incorrect guesses accumulate.
- Real-time updates of the current state of the word and remaining attempts.
- User-friendly interface through the terminal.
- Keeps track of correct and wrong guesses.
- The game will pick a random word from a predefined list.
- You will be prompted to guess a letter.
- For every incorrect guess, the hangman drawing will progress.
- The game ends either when you guess the word correctly or run out of attempts.