Simple Hangman Project

I really need help with this project. I do not know where to begin at all.

Below are the instructions from the teacher any and all help would be appreciated.

Write a program that plays the game of Hangman. The program should pick a word (which is coded
directly into the program) and display the following:
Guess the word: xxxxxx
Each x represents a letter. The user tries to guess the letters in the word. The appropriate response yes
or no should be displayed after each guess. After each incorrect guess, display the disagram with another
body part filled. After seven incorrect guesses, the user should be hanged. The display should look as
follows:
O
/ | \
|
/ \
After each guess, display all guesses. If the user guesses the word correctly, the program should display
Congratulations! You guessed the word…play again? Yes/No
Deliverables (
Just think about what needs to be done. You'll need the word to guess, functions to get and check user input against the word, functions to draw the next part of the stickman, etc. The easiest way to figure out exactly what you need to do is to just start. Most of the time, once you get started you'll pick up the rest as you go.
Topic archived. No new replies allowed.