-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdemo.txt
63 lines (43 loc) · 923 Bytes
/
demo.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Ps-MacBook-Pro:adventure Owner$ ./adventure.rb
Bedroom
-------
You are in your bedroom
You can see the following items:
book
There are the following exits :
north
What would you like to do?
> get book
*****
Bedroom
-------
You are in your bedroom
You can see the following items:
nothing
There are the following exits :
north
What would you like to do?
> n
You go north. You are now in the Landing
*****
Landing
-------
You are on the landing, there is a bedroom to the south and stairs leading downwards.
You can see the following items:
nothing
There are the following exits :
south
What would you like to do?
> drop book
*****
Landing
-------
You are on the landing, there is a bedroom to the south and stairs leading downwards.
You can see the following items:
book
There are the following exits :
south
What would you like to do?
> s
You go south. You are now in the Bedroom
*****