Question
USING PYTHON PROGRAMMING: ACTION GAme Create A text-based adventure game with at least three levels of choices. In each scenario, there are choices and consequences.
USING PYTHON PROGRAMMING: ACTION GAme
Create A text-based adventure game with at least three levels of choices.
In each scenario, there are choices and consequences.
Guidelines and requirements:
1, Need to have at least three levels of scenarios with possible choices.
2. One of the scenarios must have more than two possible choices.
3. In each prompt, write the choices in ALL CAPS, so that the user knows which words are possible responses to choose.
4. For Users' responses, they should match the keyword, regardless of the uppercase/lowercase used in the response (e.g., "match", "MATCH", and "Match" should all work).
5. Making different choices should take users to different scenarios. (User shouldn't have the same result for different choices.)
6. Choices should only work for the correct question. In other words, if one scenario resulted in choices of Run/Hide, but another resulted in choices Follow/Look, the user should not be able to respond with "Follow" to the question that asked for Run/Hide.
Incorporate a series of nested if statements. (That is, the print and then the next if statement will be within the body/block of the first if statement.)
7.. Each question, should provide an "else" clause to handle the case that the user tries to type something other than the possible choices. be creative. (Using loops and/or lists).
REQUIREMENTS:
A. The program is working for the first question and possible choices and displays a follow-up response to each choice (including an else condition).
B. Create a design for the complete game.
C. Documentation: write each possible scenario along with its choices. Then, for each choice, write the resulting scenario with its choices, etc. it can be a google doc or word doc attachment.
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