-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample_run.txt
179 lines (161 loc) · 4.92 KB
/
example_run.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
[garyd@dizzymouse doors]$ ./doors help
# Demo - Self-contained procedural generation dungeon crawl
# Usage: doors <command>
# ---------------------------------------------------------------
# look Show current room/status
# look <N|E|S|W> Look north, east, south, west
# open <N|E|S|W> Unlock a door (or try)
# go <N|E|S|W> Go in direction (or try)
# take <object> Take thing, if hands are free
# drop <object> Drop whatever you're holding
# listen <N|E|S|W> Listen at door in direction
# exits "Look" in all directions
# dump <N|E|S|W> Dev: Dump room in direction
# keys Dev: Dump player keys
# ---------------------------------------------------------------
# Tips:
# You can also just use N, E, S, or W to go in those directions.
# ---------------------------------------------------------------
[garyd@dizzymouse doors]$ ./doors look
? 0x4 | The Modest Wicked Skyway | 4228 | Occupied: 0 | Pit: 0
[garyd@dizzymouse doors]$ ./doors exits
? 0x4 | The Modest Wicked Skyway | 4228 | Occupied: 0 | Pit: 0
To the n is The Cramped Fancy Causeway
To the e is The Small Stinky Garden
To the s is no exit
To the w is The Small Obscure Crypt
[garyd@dizzymouse doors]$ ./doors listen n
? 0x4 | The Modest Wicked Skyway | 4228 | Occupied: 0 | Pit: 0
To the n is The Cramped Fancy Causeway
You listen to the n, and hear something.
[garyd@dizzymouse doors]$ ./doors go n
? 0x4 | The Modest Wicked Skyway | 4228 | Occupied: 0 | Pit: 0
To the n is The Cramped Fancy Causeway
? Open this door with "open <N|E|S|W> <code>"
? Hint: nlkuco
[garyd@dizzymouse doors]$ ./doors open n unlock
? 0x4 | The Modest Wicked Skyway | 4228 | Occupied: 0 | Pit: 0
To the n is The Cramped Fancy Causeway
! Well done! You have unlocked The Cramped Fancy Causeway
You've acquired the key to The Cramped Fancy Causeway!
[garyd@dizzymouse doors]$ ./doors go n
? 0x4 | The Modest Wicked Skyway | 4228 | Occupied: 0 | Pit: 0
To the n is The Cramped Fancy Causeway
! Key in collection 4195
! Granting access, updating position
Game state updated with PlayerPosition 0 3
[garyd@dizzymouse doors]$ ./doors exits
? 0x3 | The Cramped Fancy Causeway | 4195 | Occupied: 1 | Pit: 0
! Room occupied
Name dobuci Seed 4195
Wields fist AC 15
HP 49
STR 9
DEX 20
CON 20
INT 18
WIS 10
CHA 10
Action 1591807993
To the n is The Miniature Worst Skydome
To the e is The Large Stuffy Corridor
To the s is The Modest Wicked Skyway
To the w is The Modest Expensive Entryway
[garyd@dizzymouse doors]$ ./doors listen e
? 0x3 | The Cramped Fancy Causeway | 4195 | Occupied: 1 | Pit: 0
! Room occupied
Name dobuci Seed 4195
Wields fist AC 15
HP 49
STR 9
DEX 20
CON 20
INT 18
WIS 10
CHA 10
Action 1591808065
To the e is The Large Stuffy Corridor
You listen to the e, and hear nothing.
[garyd@dizzymouse doors]$ ./doors go e
? 0x3 | The Cramped Fancy Causeway | 4195 | Occupied: 1 | Pit: 0
! Room occupied
Name dobuci Seed 4195
Wields fist AC 15
HP 49
STR 9
DEX 20
CON 20
INT 18
WIS 10
CHA 10
Action 1591808082
To the e is The Large Stuffy Corridor
? Open this door with "open <N|E|S|W> <code>"
? Hint: asemes
[garyd@dizzymouse doors]$ ./doors open e sesame
? 0x3 | The Cramped Fancy Causeway | 4195 | Occupied: 1 | Pit: 0
! Room occupied
Name dobuci Seed 4195
Wields fist AC 15
HP 49
STR 9
DEX 20
CON 20
INT 18
WIS 10
CHA 10
Action 1591808106
To the e is The Large Stuffy Corridor
! Well done! You have unlocked The Large Stuffy Corridor
You've acquired the key to The Large Stuffy Corridor!
[garyd@dizzymouse doors]$ ./doors go e
? 0x3 | The Cramped Fancy Causeway | 4195 | Occupied: 1 | Pit: 0
! Room occupied
Name dobuci Seed 4195
Wields fist AC 15
HP 49
STR 9
DEX 20
CON 20
INT 18
WIS 10
CHA 10
Action 1591808111
To the e is The Large Stuffy Corridor
! Key in collection 4198
! Granting access, updating position
[garyd@dizzymouse doors]$ ./doors look
? 1x3 | The Large Stuffy Corridor | 4198 | Occupied: 0 | Pit: 0
[garyd@dizzymouse doors]$ ./doors go w
? 1x3 | The Large Stuffy Corridor | 4198 | Occupied: 0 | Pit: 0
To the w is The Cramped Fancy Causeway
! Key in collection 4195
! Granting access, updating position
Game state updated with PlayerPosition 0 3
[garyd@dizzymouse doors]$ ./doors look
? 0x3 | The Cramped Fancy Causeway | 4195 | Occupied: 1 | Pit: 0
! Room occupied
Name dobuci Seed 4195
Wields fist AC 15
HP 49
STR 9
DEX 20
CON 20
INT 18
WIS 10
CHA 10
Action 1591808157
[garyd@dizzymouse doors]$ ./doors keys
? 0x3 | The Cramped Fancy Causeway | 4195 | Occupied: 1 | Pit: 0
! Room occupied
Name dobuci Seed 4195
Wields fist AC 15
HP 49
STR 9
DEX 20
CON 20
INT 18
WIS 10
CHA 10
Action 1591808179
Player keys: ['4195', '4198']