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
|
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme