Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Objective: Write a program that allows the user to play a Choose Your Own Adventure game. In this game the user will be prompted with
Objective:
Write a program that allows the user to play a "Choose Your Own Adventure" game. In this game the user will be prompted with making decisions, which will then lead them to different paths with different results.
Requirements:
* There must be at least 9 different endings.
* Each ending requires at least two decisions.
* To get 3 of the endings there must be at least 3 decisions the player has to make.
- Numeric comparison, such as equals to, less than etc.
- String comparison
- A compound Boolean expression
- These do not have to be a part of reaching each ending they just have to be in there somewhere
* Be creative!
* Don't be vulgar or offensive
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started