[Solved]Java Project Please Code Written Java Game Trying Develop Please Let Know Possible Base Co Q37021715
JAVA Project Please have the code written in JAVA
This is a game I am trying to develop. Please let me know if itspossible and what the base code is.
-
Prompt User “Hello! Welcome to the game.”
-
Prompt User “To begin the game, please enter a letter”
-
Random word generator, will set the String to a new word
-
After the user inputs a letter, the computer will enter aloop
-
Once in the loop the computer will test each letter in the wordto see if the users input will match the word
-
If the letter matches one of the letters in the code; it willdisplay the letter in the string of words. Here is an example_T_T____T in the word STATEMENT if a T was entered
-
-
The computer will display this and then next prompt the user toenter another letter
-
If the next letter is not included in the given word, thecomputer will display to the user
failed attempt. 8 attempts left before you lose.
-
The number of letters in a word will dictate how many attemptsare allowed
-
There will be a loop to continue to ask the user to inputletters until the user has
exceeded the amount of attempts or until he/she has guessedcorrectly
-
I will be using multiple classes for the difficulty of words.One class will be set at easy
terminology such as three letter words
-
The next class will be medium difficulty
-
And the final class will be for the hardest level
-
Once the program is finished it will ask the user if he/shewants to play again.
-
If the answer is no then the it will display “Thanks forPlaying”!
-
If it is yes, it will begin a count for the score
-
The user will continue to play until he/she loses
-
When the user loses the count will go back to 0
Expert Answer
Answer to JAVA Project Please have the code written in JAVA This is a game I am trying to develop. Please let me know if its possi… . . .
OR

