scottkit 1.5.0 → 1.6.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.
Files changed (88) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +9 -0
  3. data/.yardopts +1 -1
  4. data/ChangeLog.md +14 -4
  5. data/Gemfile +6 -0
  6. data/README.md +6 -5
  7. data/Rakefile +0 -2
  8. data/VERSION +1 -1
  9. data/bin/scottkit +3 -2
  10. data/{notes → docs/notes}/Definition-saved-game.txt +0 -0
  11. data/{notes → docs/notes}/Definition-scottfree-1.14.txt +0 -0
  12. data/{notes → docs/notes}/Definition.txt +0 -0
  13. data/{notes → docs/notes}/adventureland-maze +0 -0
  14. data/{notes → docs/notes}/continue-action +0 -0
  15. data/{manual → docs}/reference.md +1 -1
  16. data/{data/tutorial → docs}/tutorial.md +43 -13
  17. data/{data → games}/.gitignore +0 -0
  18. data/{data → games}/adams/.gitignore +0 -0
  19. data/{data → games}/adams/AdamsGames.zip +0 -0
  20. data/{data → games}/adams/Makefile +0 -0
  21. data/{data → games}/crystal/crystal.map +19 -5
  22. data/{data/test → games/crystal}/crystal.sck +12 -8
  23. data/{data → games}/crystal/crystal.solution +3 -1
  24. data/{data → games}/dan-and-matt/dan-and-matt.sck +0 -0
  25. data/{data → games}/dan-and-matt/dan-and-matt.solution +0 -0
  26. data/{data → games}/howarth/.gitignore +0 -0
  27. data/{data → games}/howarth/Makefile +0 -0
  28. data/{data → games}/howarth/mysterious.tar.gz +0 -0
  29. data/{data → games}/nosferatu/.gitignore +0 -0
  30. data/{data → games}/nosferatu/Makefile +0 -0
  31. data/{data → games}/nosferatu/README +0 -0
  32. data/{data → games}/nosferatu/TODO +0 -0
  33. data/{data → games}/nosferatu/nosferatu.map +0 -0
  34. data/{data → games}/nosferatu/nosferatu.regression +0 -0
  35. data/{data → games}/nosferatu/nosferatu.sck +0 -0
  36. data/{data → games}/nosferatu/nosferatu.sol +0 -0
  37. data/{data → games}/nosferatu/nosferatu.transcript +1 -10
  38. data/{data → games}/test/Makefile +0 -0
  39. data/{data → games}/test/adams/Makefile +0 -0
  40. data/{data → games}/test/adams/adv01.solution +0 -0
  41. data/{data → games}/test/adams/adv01.transcript +2 -20
  42. data/games/test/adams/adv01.transcript.md5 +1 -0
  43. data/{data → games}/test/adams/adv02.solution +0 -0
  44. data/{data → games}/test/adams/adv02.transcript +31 -39
  45. data/games/test/adams/adv02.transcript.md5 +1 -0
  46. data/{data → games}/test/adams/adv04.solution +0 -0
  47. data/{data → games}/test/adams/adv04.transcript +19 -42
  48. data/games/test/adams/adv04.transcript.md5 +1 -0
  49. data/{data → games}/test/crystal.decompile +0 -0
  50. data/{data → games}/test/crystal.sao +0 -0
  51. data/{data → games}/test/crystal.save-file +0 -0
  52. data/{data → games}/test/crystal.save-script +0 -0
  53. data/{data/crystal → games/test}/crystal.sck +0 -0
  54. data/{data → games}/test/crystal.solution +0 -0
  55. data/{data → games}/test/crystal.transcript +34 -33
  56. data/{data → games}/test/t6.pretty-print +0 -0
  57. data/{data/tutorial/t7.sck → games/test/t6.sck} +6 -26
  58. data/{data → games}/test/t7.sao +0 -0
  59. data/{data → games}/test/t7.solution +0 -0
  60. data/{data → games}/test/t7.transcript +8 -18
  61. data/games/tutorial/Makefile +5 -0
  62. data/{data → games}/tutorial/t1.map +0 -0
  63. data/{data → games}/tutorial/t1.sck +0 -0
  64. data/{data → games}/tutorial/t2.map +0 -0
  65. data/{data → games}/tutorial/t2.sck +0 -0
  66. data/{data → games}/tutorial/t3.map +0 -0
  67. data/{data → games}/tutorial/t3.sck +0 -0
  68. data/{data → games}/tutorial/t4.map +0 -0
  69. data/{data → games}/tutorial/t4.sck +0 -0
  70. data/{data → games}/tutorial/t5.map +0 -0
  71. data/{data → games}/tutorial/t5.sck +2 -2
  72. data/games/tutorial/t6.sck +149 -0
  73. data/{data/tutorial/t6.sck → games/tutorial/t7.sck} +4 -2
  74. data/{data → games}/tutorial/tutorial.source.md +1 -1
  75. data/lib/scottkit/compile.rb +0 -1
  76. data/lib/scottkit/play.rb +76 -41
  77. data/scottkit.gemspec +135 -0
  78. data/test/test_canonicalise.rb +1 -1
  79. data/test/test_compile.rb +5 -5
  80. data/test/test_decompile.rb +2 -2
  81. data/test/test_play.rb +3 -3
  82. data/test/test_playadams.rb +3 -3
  83. data/test/test_save.rb +6 -6
  84. metadata +113 -67
  85. data/data/test/adams/adv01.transcript.md5 +0 -1
  86. data/data/test/adams/adv02.transcript.md5 +0 -1
  87. data/data/test/adams/adv04.transcript.md5 +0 -1
  88. data/data/tutorial/Makefile +0 -7
@@ -32,13 +32,13 @@ Tell me what to do ? open book
32
32
  OK
33
33
  Something falls out
34
34
  Tell me what to do ? look
35
+ OK
36
+ I see nothing special
35
37
 
36
38
  I'm in a alcove
37
39
  Obvious exits: Down.
38
40
  I can also see: Open window, Bookcase with secret passage beyond, Small advertising flyer
39
41
 
40
- OK
41
- I see nothing special
42
42
  Tell me what to do ? examine flyer
43
43
  There's something there all right. Maybe I should
44
44
  read it?
@@ -73,14 +73,14 @@ open it?
73
73
  Tell me what to do ? open bag
74
74
  Something falls out
75
75
  Tell me what to do ? look
76
+ OK
77
+ I see nothing special
76
78
 
77
79
  I'm in a musty attic
78
80
  Obvious exits: West.
79
81
  I can also see: Pirate's duffel bag, Matches, Rum bottle smashed into pieces.
80
82
  Sign "Opposite of LIGHT is Unlight"
81
83
 
82
- OK
83
- I see nothing special
84
84
  Tell me what to do ? get matches
85
85
  O.K.
86
86
  Tell me what to do ? say yoho
@@ -108,13 +108,13 @@ Obvious exits: East, West.
108
108
  I can also see: Mongoose, Grass shack
109
109
 
110
110
  Tell me what to do ? go shack
111
+ The Parrot crys:
112
+ "Check the chest matey"
111
113
 
112
114
  I'm in a grass shack
113
115
  Obvious exits: West.
114
116
  I can also see: Wicked looking pirate, Treasure chest, Parrot
115
117
 
116
- The Parrot crys:
117
- "Check the chest matey"
118
118
  Tell me what to do ? give rum
119
119
  O.K.
120
120
  Pirate grabs rum and scuttles off chortling
@@ -262,16 +262,16 @@ on the ledge of a very tall building
262
262
 
263
263
  Tell me what to do ? say yoho
264
264
  Everything spins around and suddenly I'm elsewhere...
265
+ The Parrot crys:
266
+ "Tides be a changing matey"
267
+ The Parrot crys:
268
+ "Check the book, matey!"
265
269
 
266
270
  I'm in a sandy beach on a tropical isle
267
271
  Obvious exits: East.
268
272
  I can also see: Unlit torch, Matches, Small ship's keel and mast, Pile of sails, Parrot, Sand, Lagoon, Water wings, Sign in the sand says:
269
273
  "Welcome to Pirates Island, watch out for the tide!", Sack of crackers
270
274
 
271
- The Parrot crys:
272
- "Tides be a changing matey"
273
- The Parrot crys:
274
- "Check the book, matey!"
275
275
  Tell me what to do ? drop book
276
276
  O.K.
277
277
  The Parrot crys:
@@ -320,13 +320,13 @@ Obvious exits: East, West.
320
320
  I can also see: Mongoose, Grass shack
321
321
 
322
322
  Tell me what to do ? west
323
+ Parrot ate a cracker.
323
324
 
324
325
  I'm in a sandy beach on a tropical isle
325
326
  Obvious exits: East.
326
327
  I can also see: Large blood soaked book, Unlit torch, Matches, Small ship's keel and mast, Pile of sails, Parrot, Claw hammer, Nails, Safety sneakers, Sand, Lagoon, Water wings, Sign in the sand says:
327
328
  "Welcome to Pirates Island, watch out for the tide!", Sack of crackers, Note
328
329
 
329
- Parrot ate a cracker.
330
330
  Tell me what to do ? drop chest
331
331
  O.K.
332
332
  Tell me what to do ? drop plans
@@ -359,14 +359,14 @@ Obvious exits: North, South, East, West.
359
359
  I can also see: The tide is coming in, Flotsam and jetsam
360
360
 
361
361
  Tell me what to do ? south
362
+ The Parrot crys:
363
+ "Pieces of eight"
362
364
 
363
365
  I'm in a sandy beach on a tropical isle
364
366
  Obvious exits: East.
365
367
  I can also see: Large blood soaked book, Unlit torch, Matches, Small ship's keel and mast, Pile of sails, Parrot, Open treasure chest, Set of plans, Claw hammer, Nails, Safety sneakers, Sand, Lagoon, Sign in the sand says:
366
368
  "Welcome to Pirates Island, watch out for the tide!", Sack of crackers, Note
367
369
 
368
- The Parrot crys:
369
- "Pieces of eight"
370
370
  Tell me what to do ? drop wings
371
371
  O.K.
372
372
  Tell me what to do ? get torch
@@ -453,11 +453,6 @@ Obvious exits: South, East, West, Down.
453
453
 
454
454
  Tell me what to do ? west
455
455
 
456
- I'm at the foot of a cave ridden hill, a pathway
457
- leads on up to the top
458
- Obvious exits: West.
459
-
460
-
461
456
  I'm at the foot of a cave ridden hill, a pathway
462
457
  leads on up to the top
463
458
  Obvious exits: West.
@@ -497,17 +492,17 @@ Tell me what to do ? go lagoon
497
492
  I'm in a shallow lagoon.
498
493
  to the north is the ocean
499
494
  Obvious exits: North, South, East, West.
500
- I can also see: The tide is coming in, Flotsam and jetsam
495
+ I can also see: Rusty anchor, The tide is out
501
496
 
502
497
  Tell me what to do ? look
498
+ OK
499
+ I see nothing special
503
500
 
504
501
  I'm in a shallow lagoon.
505
502
  to the north is the ocean
506
503
  Obvious exits: North, South, East, West.
507
504
  I can also see: Rusty anchor, The tide is out
508
505
 
509
- OK
510
- I see nothing special
511
506
  Tell me what to do ? dig
512
507
  OK
513
508
  Tell me what to do ? get anchor
@@ -549,14 +544,14 @@ O.K.
549
544
  Tell me what to do ? drop wings
550
545
  O.K.
551
546
  Tell me what to do ? go shore
547
+ The Parrot crys:
548
+ "Check the chest matey"
552
549
 
553
550
  I'm in a sandy beach on a tropical isle
554
551
  Obvious exits: East.
555
552
  I can also see: Parrot, Open treasure chest, Set of plans, Claw hammer, Pirate ship, Bottle of salt water, Safety sneakers, Sand, Lagoon, Sign in the sand says:
556
553
  "Welcome to Pirates Island, watch out for the tide!", Sack of crackers, Note
557
554
 
558
- The Parrot crys:
559
- "Check the chest matey"
560
555
  Tell me what to do ? east
561
556
 
562
557
  I'm in a meadow
@@ -655,12 +650,12 @@ Obvious exits: Down.
655
650
  I can also see: Open window, Bookcase with secret passage beyond, Small advertising flyer
656
651
 
657
652
  Tell me what to do ? go passage
653
+ The Parrot crys:
654
+ "Check the chest matey"
658
655
 
659
656
  I'm in a secret passageway
660
657
  Obvious exits: East, West.
661
658
 
662
- The Parrot crys:
663
- "Check the chest matey"
664
659
  Tell me what to do ? east
665
660
 
666
661
  I'm in a musty attic
@@ -688,12 +683,12 @@ I can also see: Pirate ship, Lagoon, Sign in the sand says:
688
683
  "Welcome to Pirates Island, watch out for the tide!"
689
684
 
690
685
  Tell me what to do ? go ship
686
+ The Parrot crys:
687
+ "Tides be a changing matey"
691
688
 
692
689
  I'm aboard Pirate ship anchored off shore
693
690
  I can also see: Unlit torch, Matches, Wicked looking pirate, Mongoose, Ring of keys, Open treasure chest, Set of plans, Claw hammer, Bottle of salt water, Shovel, Water wings
694
691
 
695
- The Parrot crys:
696
- "Tides be a changing matey"
697
692
  Tell me what to do ? examine chest
698
693
  There's a map in it
699
694
  Parrot ate a cracker.
@@ -708,14 +703,14 @@ Sorry I can't
708
703
  Pirate says:
709
704
  "First Yee be getting that ACCURSED thing off me ship!"
710
705
  Tell me what to do ? go shore
706
+ The Parrot crys:
707
+ "Tides be a changing matey"
711
708
 
712
709
  I'm in a sandy beach on a tropical isle
713
710
  Obvious exits: East.
714
711
  I can also see: Pirate ship, Lagoon, Sign in the sand says:
715
712
  "Welcome to Pirates Island, watch out for the tide!"
716
713
 
717
- The Parrot crys:
718
- "Tides be a changing matey"
719
714
  Tell me what to do ? drop book
720
715
  O.K.
721
716
  Tell me what to do ? go ship
@@ -826,12 +821,12 @@ O.K.
826
821
  Tell me what to do ? get hammer
827
822
  O.K.
828
823
  Tell me what to do ? go shore
824
+ Parrot ate a cracker.
829
825
 
830
826
  I'm on the beach at *Treasure* Island
831
827
  Obvious exits: South.
832
828
  I can also see: Wicked looking pirate, Pirate ship
833
829
 
834
- Parrot ate a cracker.
835
830
  Tell me what to do ? south
836
831
 
837
832
  I'm in a spooky old graveyard filled with piles
@@ -848,13 +843,13 @@ Tell me what to do ? open box
848
843
  Something falls out
849
844
  Parrot ate a cracker.
850
845
  Tell me what to do ? look
846
+ OK
847
+ I see nothing special
851
848
 
852
849
  I'm in a large barren field
853
850
  Obvious exits: West.
854
851
  I can also see: *RARE STAMPS*, Monastary, Wooden box
855
852
 
856
- OK
857
- I see nothing special
858
853
  Tell me what to do ? get stamps
859
854
  O.K.
860
855
  Tell me what to do ? west
@@ -919,13 +914,13 @@ O.K.
919
914
  Tell me what to do ? get sneakers
920
915
  O.K.
921
916
  Tell me what to do ? go shore
917
+ Parrot ate a cracker.
922
918
 
923
919
  I'm in a sandy beach on a tropical isle
924
920
  Obvious exits: East.
925
921
  I can also see: Large blood soaked book, Pirate ship, Lagoon, Sign in the sand says:
926
922
  "Welcome to Pirates Island, watch out for the tide!"
927
923
 
928
- Parrot ate a cracker.
929
924
  Tell me what to do ? drop shovel
930
925
  O.K.
931
926
  The Parrot crys:
@@ -936,24 +931,24 @@ O.K.
936
931
  OK
937
932
  Tell me what to do ? say yoho
938
933
  Everything spins around and suddenly I'm elsewhere...
934
+ Parrot ate a cracker.
939
935
 
940
936
  I'M outside an open window
941
937
  on the ledge of a very tall building
942
938
 
943
- Parrot ate a cracker.
944
939
  Tell me what to do ? go window
940
+ Parrot ate a cracker.
945
941
 
946
942
  I'm in a alcove
947
943
  Obvious exits: Down.
948
944
  I can also see: Open window, Bookcase with secret passage beyond, Small advertising flyer
949
945
 
950
- Parrot ate a cracker.
951
946
  Tell me what to do ? down
947
+ Parrot ate a cracker.
952
948
 
953
949
  I'm in a Flat in london
954
950
  I can also see: Flight of stairs, Sign says: "Bring *TREASURES* here, say: SCORE", Rug
955
951
 
956
- Parrot ate a cracker.
957
952
  Tell me what to do ? drop stamps
958
953
  O.K.
959
954
  Tell me what to do ? score
@@ -965,6 +960,3 @@ Tell me what to do ? score
965
960
  I've stored 2 treasures. On a scale of 0 to 100, that rates 100.
966
961
  Well done.
967
962
  The game is now over.
968
- The Parrot crys:
969
- "Pieces of eight"
970
- Parrot ate a cracker.
@@ -0,0 +1 @@
1
+ 5d4ea5ce13b920f56879d33a77fde7f7
File without changes
@@ -21,12 +21,12 @@ Tell me what to do ? get ring
21
21
  O.K.
22
22
  OK
23
23
  Tell me what to do ? north
24
+ Window just slAmmed shut
24
25
 
25
26
  I'm in a room in the castle
26
27
  Obvious exits: South.
27
- I can also see: Open Window
28
+ I can also see: Closed Window
28
29
 
29
- Window just slAmmed shut
30
30
  Tell me what to do ? south
31
31
 
32
32
  I'm in a chapel
@@ -42,12 +42,12 @@ I can also see: Large fireplace
42
42
  Tell me what to do ? west
43
43
  I can't go in that direction.
44
44
  Tell me what to do ? go fireplace
45
+ I hear strange sounds, as if someone were moaning.
45
46
 
46
47
  I'm in a large fireplace
47
48
  Obvious exits: South.
48
49
  I can also see: Closed Flue, Dusty Idol
49
50
 
50
- I hear strange sounds, as if someone were moaning.
51
51
  Tell me what to do ? listen
52
52
  I hear strange sounds, as if someone were moaning.
53
53
  Its very faint.
@@ -85,11 +85,6 @@ I hear strange sounds, as if someone were moaning.
85
85
  Its much louder up here.
86
86
  Tell me what to do ? down
87
87
 
88
- I'm in a large fireplace
89
- Obvious exits: South.
90
- I can also see: Dark Chimney, Open Flue
91
-
92
-
93
88
  I'm in a large fireplace
94
89
  Obvious exits: South.
95
90
  I can also see: Dark Chimney, Open Flue
@@ -117,12 +112,12 @@ O.K.
117
112
  Tell me what to do ? wave ring
118
113
  Ring glows briefly & door vanishes
119
114
  Tell me what to do ? look
115
+ I see nothing very special.
120
116
 
121
117
  I'm in a Tunnel
122
118
  Obvious exits: West.
123
119
  I can also see: Slick chute leading downward
124
120
 
125
- I see nothing very special.
126
121
  Tell me what to do ? drop ring
127
122
  O.K.
128
123
  Tell me what to do ? west
@@ -224,11 +219,6 @@ O.K.
224
219
  OK
225
220
  Tell me what to do ? up
226
221
 
227
- I'm in a room in the castle
228
- Obvious exits: North, West.
229
- I can also see: Big kettle, Dark hole
230
-
231
-
232
222
  I'm in a room in the castle
233
223
  Obvious exits: North, West.
234
224
  I can also see: Big kettle, Dark hole
@@ -247,12 +237,12 @@ O.K.
247
237
  Tell me what to do ? drop sword
248
238
  O.K.
249
239
  Tell me what to do ? look
240
+ I see nothing very special.
250
241
 
251
242
  I'm in a room in the castle
252
243
  Obvious exits: South, East.
253
244
  I can also see: Animal heads, Dull & broken sword, Closed SAfe
254
245
 
255
- I see nothing very special.
256
246
  Tell me what to do ? open safe
257
247
  Safe's combination lock is numbered from 33 to 38.
258
248
  Tell me what to do ? east
@@ -330,12 +320,12 @@ Obvious exits: North, East.
330
320
  I can also see: Wide open door
331
321
 
332
322
  Tell me what to do ? go door
323
+ A beam of light shines on grave
333
324
 
334
325
  I'm in a Graveyard
335
326
  Obvious exits: East.
336
327
  I can also see: GrAves, Rusting SAW
337
328
 
338
- A beam of light shines on grave
339
329
  Tell me what to do ? examine grave
340
330
  Amongst the GRAVES is a four leaf clover.
341
331
  A sign here says:
@@ -424,12 +414,12 @@ won't budge!
424
414
  Tell me what to do ? get doll
425
415
  O.K.
426
416
  Tell me what to do ? south
417
+ Raven crys something outside
427
418
 
428
419
  I'm in a room in the castle
429
420
  Obvious exits: South.
430
421
  I can also see: Open Window
431
422
 
432
- Raven crys something outside
433
423
  Tell me what to do ? south
434
424
 
435
425
  I'm in a chapel
@@ -468,12 +458,12 @@ O.K.
468
458
  Tell me what to do ? go chute
469
459
  I slide back down
470
460
  Tell me what to do ? go hole
461
+ You startled medium & she vanished
471
462
 
472
463
  I'm in Medium Maegen's Mad Room
473
464
  Obvious exits: West.
474
465
  I can also see: Crystal Ball
475
466
 
476
- You startled medium & she vanished
477
467
  Tell me what to do ? get ball
478
468
  A sepulchral voice says:
479
469
  It belongs to the medium
@@ -485,12 +475,12 @@ friend. I also see a -moving- bag helping you through a tight
485
475
  squeeze!"
486
476
  Tell me what to do ? examine ball
487
477
  I see nothing very special.
478
+ Spirit vibrations drive me from room.
488
479
 
489
480
  I'm in a Tunnel
490
481
  Obvious exits: West.
491
482
  I can also see: Sapphire ring, Slick chute leading downward
492
483
 
493
- Spirit vibrations drive me from room.
494
484
  Tell me what to do ? west
495
485
 
496
486
  I'm in a chapel
@@ -504,12 +494,12 @@ Obvious exits: East.
504
494
  I can also see: Large fireplace
505
495
 
506
496
  Tell me what to do ? go fireplace
497
+ I hear strange sounds, as if someone were moaning.
507
498
 
508
499
  I'm in a large fireplace
509
500
  Obvious exits: South.
510
501
  I can also see: Dark Chimney, Open Flue
511
502
 
512
- I hear strange sounds, as if someone were moaning.
513
503
  Tell me what to do ? go chimney
514
504
 
515
505
  I can't see. It is too dark!
@@ -522,15 +512,12 @@ O.K.
522
512
  I hear strange sounds, as if someone were moaning.
523
513
  Tell me what to do ? down
524
514
  Dangerous to move in the dark!
525
-
526
- I can't see. It is too dark!
527
-
515
+ I hear strange sounds, as if someone were moaning.
528
516
 
529
517
  I'm in a large fireplace
530
518
  Obvious exits: South.
531
519
  I can also see: Dark Chimney, Open Flue
532
520
 
533
- I hear strange sounds, as if someone were moaning.
534
521
  Tell me what to do ? south
535
522
 
536
523
  I'm in a Ballroom
@@ -566,12 +553,12 @@ OK
566
553
  Tell me what to do ? dial 33
567
554
  OK
568
555
  Tell me what to do ? look
556
+ I see nothing very special.
569
557
 
570
558
  I'm in a room in the castle
571
559
  Obvious exits: South, East.
572
560
  I can also see: Animal heads, Dull & broken sword, Open SAfe
573
561
 
574
- I see nothing very special.
575
562
  Tell me what to do ? examine safe
576
563
  There's an antique hammer here
577
564
  Tell me what to do ? get hammer
@@ -629,13 +616,13 @@ O.K.
629
616
  Tell me what to do ? drop hammer
630
617
  O.K.
631
618
  Tell me what to do ? look
619
+ I see nothing very special.
620
+ I hear strange sounds, as if someone were moaning.
632
621
 
633
622
  I'm in a Chimney
634
623
  Obvious exits: Down.
635
624
  I can also see: Broken glass, Soot, Nails, Wooden boards, Antique hammer, GrAting
636
625
 
637
- I see nothing very special.
638
- I hear strange sounds, as if someone were moaning.
639
626
  Tell me what to do ? get gratin
640
627
  It's beyond my power to do that.
641
628
  Tell me what to do ? saw grating
@@ -649,12 +636,12 @@ O.K.
649
636
  I hear strange sounds, as if someone were moaning.
650
637
  Tell me what to do ? push button
651
638
  Heavy duty exhaust fan comes on & sucks me up!
639
+ I hear strange sounds, as if someone were moaning.
652
640
 
653
641
  I'm in a narrow part of the chimney
654
642
  Obvious exits: Down.
655
643
  I can also see: Stuck Chimney Sweep
656
644
 
657
- I hear strange sounds, as if someone were moaning.
658
645
  Tell me what to do ? listen
659
646
  HELP ME, I'm stuck!
660
647
  I hear strange sounds, as if someone were moaning.
@@ -679,11 +666,6 @@ I can also see: Broken glass, Soot, Nails, Wooden boards, Antique hammer, Rustin
679
666
 
680
667
  Tell me what to do ? down
681
668
 
682
- I'm in a large fireplace
683
- Obvious exits: South.
684
- I can also see: Dark Chimney, Open Flue
685
-
686
-
687
669
  I'm in a large fireplace
688
670
  Obvious exits: South.
689
671
  I can also see: Dark Chimney, Open Flue
@@ -800,11 +782,11 @@ I can also see: Slippery chute leading up, Crack in the wall, Hole in the wall
800
782
  Tell me what to do ? wave bag
801
783
  There's a CLAP OF THUNDER!
802
784
  Tell me what to do ? look
785
+ I see nothing very special.
803
786
 
804
787
  I'm in a room in the castle
805
788
  I can also see: Slippery chute leading up, Wide crack in the wall, Hole in the wall
806
789
 
807
- I see nothing very special.
808
790
  Tell me what to do ? go crack
809
791
  OK
810
792
 
@@ -831,20 +813,20 @@ I'm in a room in the castle
831
813
  I can also see: Slippery chute leading up, Wide crack in the wall, Hole in the wall
832
814
 
833
815
  Tell me what to do ? go hol
816
+ You startled medium & she vanished
834
817
 
835
818
  I'm in Medium Maegen's Mad Room
836
819
  Obvious exits: West.
837
- I can also see: Crystal Ball, Spirit Medium
820
+ I can also see: Crystal Ball
838
821
 
839
- You startled medium & she vanished
840
822
  Tell me what to do ? look ball
841
823
  I see nothing very special.
824
+ Spirit vibrations drive me from room.
842
825
 
843
826
  I'm in a Tunnel
844
827
  Obvious exits: West.
845
828
  I can also see: Sapphire ring, Slick chute leading downward
846
829
 
847
- Spirit vibrations drive me from room.
848
830
  Tell me what to do ? west
849
831
 
850
832
  I'm in a chapel
@@ -867,10 +849,5 @@ Double bubble toil & trouble the encAntAtions Are About to peAk!
867
849
  Tell me what to do ? yell chant
868
850
  There's a CLAP OF THUNDER!
869
851
  Pins fall out of doll
870
-
871
- I'm in a chapel
872
- Obvious exits: North, South, East, West.
873
- I can also see: Four leaf clover, Open Coffin, Doll, Smiling Count Cristo
874
-
875
852
  HURRAH! Look who is in the room!
876
853
  The game is now over.
@@ -0,0 +1 @@
1
+ e94ffc579ed3adc9aaebb74dbdad456a
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes