Create a simple guessing game, similar to Hangman, in which the user guesses letters and then attempts to guess a partially hidden phrase. Display a phrase in which some of the letters are replaced by asterisks: for example, G* T*** (for Go Team). Each time the user guesses a letter, either place the letter in the correct spot (or spots) in the phrase and display it again or tell the user the guessed letter is not in the phrase. Display a congratulatory message when the entire correct phrase has been deduced. Save the game as SecretPhrase.java. In the next chapter, you will modify this program so that instead of presenting the user with the same phrase every time the game is played, the program randomly selects the phrase from a list of phrases. Professor's note: "HINT on Lab #4 : Be sure to check for UPPER & LOWER Case entries from the User when they enter guessed characters for your phrase."
Create a simple guessing game, similar to Hangman, in which the user guesses
letters and then attempts to guess a partially hidden phrase. Display a phrase in
which some of the letters are replaced by asterisks: for example, G* T*** (for Go
Team). Each time the user guesses a letter, either place the letter in the correct
spot (or spots) in the phrase and display it again or tell the user the guessed letter
is not in the phrase. Display a congratulatory message when the entire correct
phrase has been deduced. Save the game as SecretPhrase.java. In the next
chapter, you will modify this
the same phrase every time the game is played, the program randomly selects the
phrase from a list of phrases.
Professor's note:
"HINT on Lab #4 : Be sure to check for UPPER & LOWER Case entries from the User when they enter guessed characters for your phrase."
Trending now
This is a popular solution!
Step by step
Solved in 4 steps with 2 images