We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e253d35 commit beb83ceCopy full SHA for beb83ce
day5/index.md
@@ -0,0 +1,13 @@
1
+# Final Project
2
+Create a text based adventure game that prompts the users with multiple choices. Each choice should
3
+have a unique outcome on the game. User input should be validated and reprompt the player if an
4
+invalid input is given. Feel free to add any game mechanics you want (battles, random events, etc).
5
+As people finish, we will swap computers and play each others games.
6
+
7
+# Example
8
+```text
9
+You come to a fork in the road
10
+1) One path leads to a dark forest filled with man eating dragons.
11
+2) The other path leads thru a kingdom of friendly kittens, however you're deathly allergic to cat hair.
12
+Which do you choose?
13
+```
0 commit comments