Adventure Game
Last updated
Was this helpful?
Last updated
Was this helpful?
Criteria
Points
1
Included an appropriate title, name of yourself and a description for your program as comments and as output for the user to see at the beginning of your program.
10
2
Included options for your user that were complete and easy to understand.
10
3
Used correct spelling, punctuation, grammar and capitalization throughout the adventure.
10
4
Included a minimum of 20 possible paths and 5 levels of nested if statements.
10
5
Used a comparison operator other than == (i.e. >, >=, <, <=, !=)
10
6
Used a Logical operator and
10
7
Used a Logical operator or
10
8
Included a minimum of 1 path for survival.
10
9
The program runs correctly and exits if the user chooses an option that is not given. (For every if, there is an else)
10
10
Collaborated appropriately.
10