File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Basic Text Adventure Game/gamedata Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
1
+ roommeta :
2
+ desc : " Its a basic empty room."
3
+ inspect : " There's nothing in this room."
4
+ behind :
5
+ desc : " You see a basic wooden door"
6
+ door :
7
+ inspect : " A simple wooden door, it leads to the lobby"
8
+ dest : " It apears this door leads to the lobby"
9
+ path : " gamedata/lobby.yaml"
Original file line number Diff line number Diff line change 6
6
door :
7
7
inspect : " A simple wooden door, it leads to the lobby"
8
8
dest : " It apears this door leads to the lobby"
9
- path : " gamedata/lobby.yaml"
9
+ path : " gamedata/lobby.yaml"
10
+ right :
11
+ desc : " look! there is a dook, you wonder where it goes"
12
+ door :
13
+ inspect : " this might be a door"
14
+ dest : " the light are off! you can't see athing. who flipen turn of the light!"
15
+ path : " gamedata/alvinsroomdesign.yaml"
You can’t perform that action at this time.
0 commit comments