A text-based Hangman game written in Python where the player tries to guess a hidden word letter by letter before running out of attempts. Run the program and a random word will be chosen — you'll be told how many letters it has. Enter one letter …
A text-based Hangman game written in Python where the player tries to guess a hidden word letter by letter before running out of attempts. Run the program and a random word will be chosen — you’ll be told how many letters it has. Enter one letter at a time, and if the letter is in the word its position will be revealed. After each guess you can choose to attempt the full word. You have 10 errors before the hangman is complete and you lose.
I used Claude to guide me through any problem I had.