Final Comprehensive Project: Enhanced Adventure Game
Upload your Final Project - Python Program - 290 points
The program requirements must meet 100%.
No syntax errors.
If the program does not run your grade will be 0.
Upload your one page typed - description of everything that happens in your adventure program. - Use Word to type up this document. - 25 points.
Submit the word explanation document, your Python Program Source file and any other file(s) need to run the program.
Final Comprehensive Project: Enhanced Adventure Game
Here is your opportunity to enhance the Adventure Game that you worked on when the class was studying Selection Sequences. Your program must include all the following items:
Requirement |
Points |
· The program must completely comment throughout the program. |
10 |
· All input and output statements must be spelled correctly, you must use correct grammar and punctuation. |
10 |
· 3 separate user input answers that will be incorporated into the story. -10 points each |
30 |
There should be at least 8 different outcomes in the story. 5 points for each outcome. |
40 |
At least one Python List |
20 |
At least one Python Dictionary |
20 |
· Save or read files from a text file |
20 |
· At least one function without parameters |
20 |
· At least one function that passes at least one parameter |
20 |
· A loop/repetition sequence |
|
o One While loop |
20 |
o One for loop |
20 |
· Conditional statements |
|
o one if, |
10 |
o one if/else |
15 |
o one if/elif/else) |
15 |
· At least one class, one object, and one method. |
20
|
DescriptionIn this final assignment, the students will demonstrate their ability to apply two ma
Path finding involves finding a path from A to B. Typically we want the path to have certain properties,such as being the shortest or to avoid going t
Develop a program to emulate a purchase transaction at a retail store. Thisprogram will have two classes, a LineItem class and a Transaction class. Th
1 Project 1 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of
1 Project 2 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of