Menu

[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.

  1. Prompt User “Hello! Welcome to the game.”

  2. Prompt User “To begin the game, please enter a letter”

  3. Random word generator, will set the String to a new word

  4. After the user inputs a letter, the computer will enter aloop

    1. Once in the loop the computer will test each letter in the wordto see if the users input will match the word

    2. 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

  5. The computer will display this and then next prompt the user toenter another letter

  6. 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.

  7. The number of letters in a word will dictate how many attemptsare allowed

  8. 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

  9. I will be using multiple classes for the difficulty of words.One class will be set at easy

    terminology such as three letter words

  10. The next class will be medium difficulty

  11. And the final class will be for the hardest level

  12. Once the program is finished it will ask the user if he/shewants to play again.

  13. If the answer is no then the it will display “Thanks forPlaying”!

  14. If it is yes, it will begin a count for the score

  15. The user will continue to play until he/she loses

  16. 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


Leave a Reply

Your email address will not be published. Required fields are marked *