4. Hangman game in Matlab       Requirements:   Must be a console program Characters are in mixed case (upper and lower case, where A < Z < a < z) but they should be treated similarly when the user make guesses Randomly select a word from a list of words, have the user guess characters in the For each character they guess that is not in the word, have it draw another part of a man hanging in a If the picture is completed before they guess all the characters, they lose.   Tips:   You can use the following statements to illustrate the hang man:     disp('            '); disp('|      |    '); disp('|      0    '); disp('|    /|\    '); disp('|      / \    '); disp('|    '); disp('|    ');   * do this question  using octave

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter2: Basic Elements Of C++
Section: Chapter Questions
Problem 4PE: 4. Repeat Programming Exercise 3 by declaring numl, num2, and num3, and average of type double....
icon
Related questions
Question

4. Hangman game in Matlab

 

 

 

Requirements:

 

  • Must be a console program
  • Characters are in mixed case (upper and lower case, where A < Z < a < z) but they should be treated similarly when the user make guesses
  • Randomly select a word from a list of words, have the user guess characters in the
  • For each character they guess that is not in the word, have it draw another part of a man hanging in a If the picture is completed before they guess all the characters, they lose.

 

Tips:

 

  • You can use the following statements to illustrate the hang man:

 

 

disp('            ');

disp('|      |    ');

disp('|      0    ');

disp('|    /|\    ');

disp('|      / \    ');

disp('|    ');

disp('|    ');

 

* do this question  using octave 

Expert Solution
steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Follow-up Questions
Read through expert solutions to related follow-up questions below.
Follow-up Question

In 150 -200 words briefly explain how your program works?

Solution
Bartleby Expert
SEE SOLUTION
Knowledge Booster
Bare Bones Programming Language
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning