Hangman Game Proposal
Hangman Game Proposal
11/16/2022
The main thing from the program is holding the guessed letters in an array
collection and manipulating against the randomly picked word. In addition, you
need to count the missing letters. Let's see the code that verifies the user's guessed
letter and builds the word.
The enumeration class is an indicator whether a user is winning or losing the game.
The program class is the one which takes all the actions from the user and runs the
game.