Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

can someone write me a PYTHON code to create the oregon trail game these are the specifications i tried many codes and nothing worked PLEASE

can someone write me a PYTHON code to create the oregon trail game

these are the specifications

image text in transcribed

i tried many codes and nothing worked

PLEASE WRITE ME A CODE THAT WORKS

Please note that you must not attempt to reproduce the initial decisions from "The Oregon Trail" exactly; you are expected to come up with an original idea for the decisions for a similar game (wherein a player would make decisions while guiding a team to a destination) Matt's General Store IndePendence, Miouri Many kinds of people nade the trip to Oreson You nay April 1, 1848 $120.00 Oxen Be a banker fron Boston Annunition Be a Farner Fron 111inois t ar ther first nares of th 4. Find out the differences Total bill 120.00 our other nenbers in our party? ZEKE hat is your choice? Arount you have: 1600.00 Hould Hhich iten like to buy? ress SPACE BAR to Start first by displaying a list of possible "professions" (or "character classes", or "races", etc.) where the list items are either numbered (i.e., 1, 2, and 3) or designated by letters (i.e., a, b, and c) or Roman numerals (i.e., i, , and ). Once you have displayed the list, ask the player to make a selection. It is not necessary for you to confirm that the player has made a valiod selection, but you must store the player's choice in a variable. Next, you must ask the user for the names of at least three members of the team. Store each name in a separate variable. Finally, you must present the user with a list of five different types of supplies along with the cost per unit. You must then ask the user how many units of each supply should be purchased and keep a running total of how much the user has spent. After the player answers each question you must print out the "bill so far" and once the player has been asked about each of the five types of supply, your program must print out a summary of what was purchased You do not need to use pygame to complete this assignment, but you must not use any other libraries. On the following page, you will find an example of how such a program might appear to the user. Remember that you may not replicate "The Oregon Trail" exactly, as you are expected to use this as inspiration and create something similar (meeting the requirements detailed above) Please also note that one of your mandatory reading assignments included instructions on how to format data that is being printed to the screen, so your program output is expected to be properly formatted. Costs, for example, must have a precision of 2 decimal places. Please note that you must not attempt to reproduce the initial decisions from "The Oregon Trail" exactly; you are expected to come up with an original idea for the decisions for a similar game (wherein a player would make decisions while guiding a team to a destination) Matt's General Store IndePendence, Miouri Many kinds of people nade the trip to Oreson You nay April 1, 1848 $120.00 Oxen Be a banker fron Boston Annunition Be a Farner Fron 111inois t ar ther first nares of th 4. Find out the differences Total bill 120.00 our other nenbers in our party? ZEKE hat is your choice? Arount you have: 1600.00 Hould Hhich iten like to buy? ress SPACE BAR to Start first by displaying a list of possible "professions" (or "character classes", or "races", etc.) where the list items are either numbered (i.e., 1, 2, and 3) or designated by letters (i.e., a, b, and c) or Roman numerals (i.e., i, , and ). Once you have displayed the list, ask the player to make a selection. It is not necessary for you to confirm that the player has made a valiod selection, but you must store the player's choice in a variable. Next, you must ask the user for the names of at least three members of the team. Store each name in a separate variable. Finally, you must present the user with a list of five different types of supplies along with the cost per unit. You must then ask the user how many units of each supply should be purchased and keep a running total of how much the user has spent. After the player answers each question you must print out the "bill so far" and once the player has been asked about each of the five types of supply, your program must print out a summary of what was purchased You do not need to use pygame to complete this assignment, but you must not use any other libraries. On the following page, you will find an example of how such a program might appear to the user. Remember that you may not replicate "The Oregon Trail" exactly, as you are expected to use this as inspiration and create something similar (meeting the requirements detailed above) Please also note that one of your mandatory reading assignments included instructions on how to format data that is being printed to the screen, so your program output is expected to be properly formatted. Costs, for example, must have a precision of 2 decimal places

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Practical Neo4j

Authors: Gregory Jordan

1st Edition

1484200225, 9781484200223

More Books

Students also viewed these Databases questions

Question

Discuss the Hawthorne experiments in detail

Answered: 1 week ago

Question

Explain the characteristics of a good system of control

Answered: 1 week ago

Question

State the importance of control

Answered: 1 week ago

Question

What are the functions of top management?

Answered: 1 week ago