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 |
You will be graded on the program's functionality, usability & stability.
This Assignment is due on Monday, May 4 at 11:00 pm.
No late submissions will be accepted.