Question: The local middle school would like some text adventure games to keep their students occupied during down time. The school is leaving it up to
The local middle school would like some text adventure games to keep their students occupied during down time. The school is leaving it up to your skill and good judgement to develop a game. It is up to you what the story and theme is but there are some requirements: There must be at least five different paths or solutions to complete the adventure There must be an element of chance that would change a users chosen path You must handle invalid input from the user
In addition to design, you must implement your program as a C++ program. Here are implementation requirements: *There must be an empty line separating each navigation *The choice system must be based on numbers *You must handle invalid input from the user that is not one of the allowed choices. *You must use if/else statements and/or switch statements *You need to use the rand() function to add an element of chance *You must have 5 different paths/solutions.
(Story doesnt need to be much idk about that need help with set up thanks!)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
