Question: In thinkerCAD please Problem 9. Create a State Machine based Guessing Game (20pt) Using the state machine code above as a template, and going back
In thinkerCAD please

Problem 9. Create a State Machine based Guessing Game (20pt) Using the state machine code above as a template, and going back to the problem where you were making a guessing game, recreate the guessing game with 4 states: GUESSING, TOO_HIGH, TOO_LOW, CORRECT_GUESS. Use the same range as you did in that problem. 1. Draw and turn in the state diagram for this game, including the arrow and the conditions that cause the transitions between the states. Remember: every arrow between states should clearly state the reason for transitioning from one state to another state. 2. Turn in a copy of your code and a (readable) screenshot of the Serial Monitor output for a game in which you had at least one number too high, one number too low, and the correct answer. Problem 9. Create a State Machine based Guessing Game (20pt) Using the state machine code above as a template, and going back to the problem where you were making a guessing game, recreate the guessing game with 4 states: GUESSING, TOO_HIGH, TOO_LOW, CORRECT_GUESS. Use the same range as you did in that problem. 1. Draw and turn in the state diagram for this game, including the arrow and the conditions that cause the transitions between the states. Remember: every arrow between states should clearly state the reason for transitioning from one state to another state. 2. Turn in a copy of your code and a (readable) screenshot of the Serial Monitor output for a game in which you had at least one number too high, one number too low, and the correct
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
