Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a JAVA CODE Project Guessword The player must guess a secret word of any length, chosen by you. a. You can have the player

image text in transcribed
Write a JAVA CODE Project Guessword The player must guess a secret word of any length, chosen by you. a. You can have the player turn around or close their eyes while you 9 type in the secret word. i. Then you'd have to find a way to hide the secret word you just typed in. 2. The player must be shown the word as a series of underscores initially, 2 e.g., IIL_ 3. The player has 8 "life points" initially. 4. The player must enter a letter that they think is part of the word. 5. If the player's selected letter is in the word, display the letter in 1 1 the correct place(s) within the secret word, e.g,ALL 6. If the player's selected letter is not in the word, decrease the 7. The player loses if they lose all their life points and have not 8. The playen can choose to guess the word after they correctly select a player's "life points" by 1. guessed the word. letter within the secret word 3

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

SQL Database Programming

Authors: Chris Fehily

1st Edition

1937842312, 978-1937842314

More Books

Students also viewed these Databases questions

Question

How do Data Types perform data validation?

Answered: 1 week ago

Question

How does Referential Integrity work?

Answered: 1 week ago