scottkit 0.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.gitignore +4 -0
- data/GPL-2 +339 -0
- data/Makefile +5 -0
- data/README +75 -0
- data/Rakefile +58 -0
- data/VERSION +1 -0
- data/bin/scottkit +96 -0
- data/bin/scottkit.rb +96 -0
- data/data/.gitignore +1 -0
- data/data/adams/.gitignore +2 -0
- data/data/adams/AdamsGames.zip +0 -0
- data/data/adams/Makefile +18 -0
- data/data/crystal/crystal.map +112 -0
- data/data/crystal/crystal.sck +598 -0
- data/data/crystal/crystal.solution +82 -0
- data/data/dan-and-matt.sck +180 -0
- data/data/dan-and-matt.solution +32 -0
- data/data/howarth/.gitignore +2 -0
- data/data/howarth/Makefile +14 -0
- data/data/howarth/mysterious.tar.gz +0 -0
- data/data/test/Makefile +18 -0
- data/data/test/adams/Makefile +13 -0
- data/data/test/adams/adv01.solution +186 -0
- data/data/test/adams/adv01.transcript +869 -0
- data/data/test/adams/adv01.transcript.md5 +1 -0
- data/data/test/adams/adv02.solution +225 -0
- data/data/test/adams/adv02.transcript +970 -0
- data/data/test/adams/adv02.transcript.md5 +1 -0
- data/data/test/adams/adv04.solution +187 -0
- data/data/test/adams/adv04.transcript +876 -0
- data/data/test/adams/adv04.transcript.md5 +1 -0
- data/data/test/crystal.decompile +628 -0
- data/data/test/crystal.sao +373 -0
- data/data/test/crystal.save-file +62 -0
- data/data/test/crystal.save-script +41 -0
- data/data/test/crystal.sck +598 -0
- data/data/test/crystal.solution +82 -0
- data/data/test/crystal.transcript +413 -0
- data/data/test/t6.pretty-print +225 -0
- data/data/test/t7.sao +110 -0
- data/data/test/t7.solution +28 -0
- data/data/test/t7.transcript +147 -0
- data/data/tutorial/t1.sck +5 -0
- data/data/tutorial/t2.sck +14 -0
- data/data/tutorial/t3.sck +38 -0
- data/data/tutorial/t4.sck +62 -0
- data/data/tutorial/t5.sck +87 -0
- data/data/tutorial/t6.sck +119 -0
- data/data/tutorial/t7.sck +135 -0
- data/lib/scottkit/compile.rb +661 -0
- data/lib/scottkit/decompile.rb +175 -0
- data/lib/scottkit/game.rb +409 -0
- data/lib/scottkit/play.rb +474 -0
- data/notes/Definition +147 -0
- data/notes/Definition.saved-game +9 -0
- data/notes/Definition.scottfree-1.14 +142 -0
- data/notes/adventureland-maze +20 -0
- data/notes/continue-action +51 -0
- data/test/test_canonicalise.rb +94 -0
- data/test/test_compile.rb +54 -0
- data/test/test_decompile.rb +13 -0
- data/test/test_play.rb +20 -0
- data/test/test_playadams.rb +36 -0
- data/test/test_save.rb +31 -0
- data/test/withio.rb +15 -0
- data/test/withio_test.rb +31 -0
- metadata +118 -0
@@ -0,0 +1 @@
|
|
1
|
+
d806a3d7ae5bdb291717a50579da11fb
|
@@ -0,0 +1,187 @@
|
|
1
|
+
open coffin
|
2
|
+
examine coffin
|
3
|
+
get ring
|
4
|
+
north
|
5
|
+
south
|
6
|
+
west
|
7
|
+
west
|
8
|
+
go fireplace
|
9
|
+
listen
|
10
|
+
get idol
|
11
|
+
examine idol
|
12
|
+
open flue
|
13
|
+
listen
|
14
|
+
go chimney
|
15
|
+
rub idol
|
16
|
+
clean idol
|
17
|
+
listen
|
18
|
+
down
|
19
|
+
south
|
20
|
+
east
|
21
|
+
east
|
22
|
+
get knife
|
23
|
+
wave ring
|
24
|
+
look
|
25
|
+
drop ring
|
26
|
+
west
|
27
|
+
south
|
28
|
+
get glass
|
29
|
+
south
|
30
|
+
north
|
31
|
+
west
|
32
|
+
get shovel
|
33
|
+
south
|
34
|
+
go door
|
35
|
+
east
|
36
|
+
get shield
|
37
|
+
get sword
|
38
|
+
get armor
|
39
|
+
west
|
40
|
+
north
|
41
|
+
east
|
42
|
+
east
|
43
|
+
examine kettle
|
44
|
+
get soup
|
45
|
+
move kettle
|
46
|
+
go hole
|
47
|
+
get foot
|
48
|
+
up
|
49
|
+
north
|
50
|
+
get heads
|
51
|
+
drop heads
|
52
|
+
drop sword
|
53
|
+
look
|
54
|
+
open safe
|
55
|
+
east
|
56
|
+
east
|
57
|
+
get bag
|
58
|
+
examine chemicals
|
59
|
+
mix chemicals
|
60
|
+
examine chemicals
|
61
|
+
drink chemicals
|
62
|
+
west
|
63
|
+
west
|
64
|
+
south
|
65
|
+
west
|
66
|
+
climb stairs
|
67
|
+
examine statue
|
68
|
+
down
|
69
|
+
west
|
70
|
+
south
|
71
|
+
go door
|
72
|
+
examine grave
|
73
|
+
get clover
|
74
|
+
dig grave
|
75
|
+
drop shovel
|
76
|
+
get saw
|
77
|
+
east
|
78
|
+
north
|
79
|
+
go cell
|
80
|
+
examine leaflet
|
81
|
+
read leaflet
|
82
|
+
summon medium
|
83
|
+
open door
|
84
|
+
saw
|
85
|
+
east
|
86
|
+
north
|
87
|
+
drop foot
|
88
|
+
on man
|
89
|
+
north
|
90
|
+
go window
|
91
|
+
examine doll
|
92
|
+
get pins
|
93
|
+
get doll
|
94
|
+
south
|
95
|
+
south
|
96
|
+
drop doll
|
97
|
+
drop clover
|
98
|
+
drop idol
|
99
|
+
east
|
100
|
+
go chute
|
101
|
+
go crack
|
102
|
+
examine plaque
|
103
|
+
read plaque
|
104
|
+
get plaque
|
105
|
+
go chute
|
106
|
+
go hole
|
107
|
+
get ball
|
108
|
+
summon medium
|
109
|
+
examine ball
|
110
|
+
west
|
111
|
+
west
|
112
|
+
go fireplace
|
113
|
+
go chimney
|
114
|
+
read plaque
|
115
|
+
drop glass
|
116
|
+
down
|
117
|
+
south
|
118
|
+
east
|
119
|
+
south
|
120
|
+
east
|
121
|
+
north
|
122
|
+
dial 38
|
123
|
+
dial 33
|
124
|
+
look
|
125
|
+
examine safe
|
126
|
+
get hammer
|
127
|
+
south
|
128
|
+
west
|
129
|
+
north
|
130
|
+
get idol
|
131
|
+
west
|
132
|
+
go fireplace
|
133
|
+
go chimney
|
134
|
+
get boards
|
135
|
+
get nails
|
136
|
+
get boards
|
137
|
+
drop nails
|
138
|
+
drop boards
|
139
|
+
drop hammer
|
140
|
+
look
|
141
|
+
get gratin
|
142
|
+
saw grating
|
143
|
+
drop saw
|
144
|
+
drop grating
|
145
|
+
push button
|
146
|
+
listen
|
147
|
+
help sweep
|
148
|
+
pull sweep
|
149
|
+
push sweep
|
150
|
+
read paper
|
151
|
+
drop paper
|
152
|
+
down
|
153
|
+
down
|
154
|
+
south
|
155
|
+
east
|
156
|
+
south
|
157
|
+
climb stairs
|
158
|
+
say zap
|
159
|
+
listen
|
160
|
+
down
|
161
|
+
east
|
162
|
+
north
|
163
|
+
east
|
164
|
+
east
|
165
|
+
get bag
|
166
|
+
west
|
167
|
+
west
|
168
|
+
south
|
169
|
+
west
|
170
|
+
north
|
171
|
+
east
|
172
|
+
go chute
|
173
|
+
wave bag
|
174
|
+
look
|
175
|
+
go crack
|
176
|
+
examine bag
|
177
|
+
get book
|
178
|
+
read book
|
179
|
+
read page
|
180
|
+
south
|
181
|
+
go hol
|
182
|
+
look ball
|
183
|
+
west
|
184
|
+
get stick
|
185
|
+
circle coffin
|
186
|
+
wave stick
|
187
|
+
yell chant
|