The Hangman Project is based on the hangman game wherein a user is given a certain number of chances to guess a given word before dying / losing. The word is initially represented as all blanks and upon a correct guess, all instances where that character occurs are replaced. This game is a beginner-level project the helps to explore basic data structures like arrays and dictionaries and can be extended to include GUI as well
The Hangman Project is based on the hangman game wherein a user is given a certain number of chances to guess a given word before dying / losing. The word is initially represented as all blanks and upon a correct guess, all instances where that character occurs are replaced. This game is a beginner-level project the helps to explore basic data structures like arrays and dictionaries and can be extended to include GUI as well