Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

. detailed outline of your problem solving approach for this program, . can be in pseudocode form may include figures and drawings For this project,

image text in transcribed
. detailed outline of your problem solving approach for this program, . can be in pseudocode form may include figures and drawings For this project, you will create a hangman-type word guessing game. The name of the game will be your group's choice The rules of the game are: 1. The player must guess a secret word, chosen by you 1. You can have the player turn around or close their eyes while you type in the secret word 1. 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, e.g --_- -- -' 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 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 player can choose to guess the word after they correctly select in the correct place(s) within the secret word, e.g., -- player's "life points" by 1 guessed the word a letter within the secret word

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

Modern Database Management

Authors: Jeffrey A. Hoffer Fred R. McFadden

9th Edition

ISBN: B01JXPZ7AK, 9780805360479

Students also viewed these Databases questions

Question

Write down the Limitation of Beer - Lamberts law?

Answered: 1 week ago

Question

Discuss the Hawthorne experiments in detail

Answered: 1 week ago

Question

Explain the characteristics of a good system of control

Answered: 1 week ago

Question

State the importance of control

Answered: 1 week ago