Skip to content

Commit 93a24f9

Browse files
committed
this is a room
this is the room
1 parent 9ca36f3 commit 93a24f9

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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"

Basic Text Adventure Game/gamedata/newroom.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,10 @@ behind:
66
door:
77
inspect: "A simple wooden door, it leads to the lobby"
88
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"

0 commit comments

Comments
 (0)