Skip to content

Commit beb83ce

Browse files
committedJun 23, 2023
update
1 parent e253d35 commit beb83ce

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
 

‎day5/index.md

+13
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)
Please sign in to comment.