Question: I want Solution in NetBeans Create a simple guessing game, similar to Hangman, in which the user guesses letters and then attempts to guess a
I want Solution in NetBeans
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.?
In no case can the secret phrase be less than 15 characters long. You are to include a test that will inform the programmer if the secret phrase is <15 characters. if the phrase is>= 15 characters no message needs to be issued.?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
