Today We Did
a. End hangman game loop when every letter is guessed (hint: if hiddenName doesn’t have any underscores, break out of loop). When game ends, print a little message for the user saying that the game is over and maybe “Good job”.
b. End hangman game loop if user runs out of lives. Also come up with game over message here.