Skip to content

Instantly share code, notes, and snippets.

Created July 10, 2014 18:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/2b48d804e514f84be523 to your computer and use it in GitHub Desktop.
Save anonymous/2b48d804e514f84be523 to your computer and use it in GitHub Desktop.
title
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
title At the Mountains of Madness
author H B Bisenieks & H P Lovecraft
homepage www.puzzlescript.net
noundo
norestart
zoomscreen 20x15
========
OBJECTS
========
Background
WHITE #f3f3ff
00000
01000
00000
00001
00000
Target
DarkBlue
Wall
#ddd
StoneWall
#888 #555
00100
00100
11111
10000
10000
Player
Brown #eeeecc #aaaa77 #000077 black
.000.
.111.
22222
.333.
.4.4.
Crate
Orange brown black
21112
12021
10201
12021
21112
Tent
brown black
..0..
.010.
00100
01100
01110
winTent
brown black
..0..
.010.
00100
01100
01110
Shoggoth
green black
0..00
.00..
.000.
00000
01010
DeadShoggoth
green black
0..00
.00..
.000.
00000
01010
DeadThing
brown black red
.21.2
2102.
22122
.1012
.2.2.
Pile
white #aaa
01110
01111
11011
11110
01110
planehead
#6666ff black gray
22..1
202.1
20221
202.1
22..1
planeheadwin
#6666ff black gray
22..1
202.1
20221
202.1
22..1
planewingl
gray red
.100.
.0000
.0000
.0000
.0000
planewingr
gray green
.0000
.0000
.0000
.0000
.100.
planefus1
gray
00000
00000
00000
00000
00000
planefus2
gray
.....
.0000
00000
.0000
.....
planetail
gray
.0...
.00..
.0000
.00..
.0...
=======
LEGEND
=======
. = Background
# = Wall
% = StoneWall
P = Player
* = Crate
O = Target
S = Shoggoth
D = DeadShoggoth
T = Tent
$ = deadthing
W = wintent
& = Pile and deadthing
@ = pile and deadshoggoth
! = Pile
Z = planetail
X = planefus2
C = planefus1
L = planewingl
B = planewingr
N = planehead
+ = planeheadwin
=======
SOUNDS
=======
================
COLLISIONLAYERS
================
Background
Target, Tent, deadthing, DeadShoggoth, wintent, planehead, planeheadwin
Player, Wall, Crate, Shoggoth, StoneWall, pile, planefus1, planefus2, planetail
planewingl, planewingr
======
RULES
======
[ > Player | Crate ] -> [ > Player | > Crate ]
[ < Player | Shoggoth ] -> [ < Player | < SHoggoth ]
[ > Player | shoggoth ] -> [ > player | > shoggoth ]
[ > player | pile ] -> [ player | > pile ]
[ > Player | planeheadwin ] -> win
[ no pile deadshoggoth ] [ planehead ] -> [ deadshoggoth ] [ planeheadwin ] message Something buried those THINGS. We need to get to the plane!
==============
WINCONDITIONS
==============
some Shoggoth on Tent
=======
LEVELS
=======
Message Bring one of those things back to camp and get it under cover; we'll bring the rest in later
####################################################
#.......................#################..........#
#......................#####......########.........#
#.....T..................####..........####........#
#.......................#####...........#####......#
#...T.....P...........#########............####....#
#........T..........######...#####........#####....#
#......T...........##..........#######.............#
#..........T.......................................#
#......................##..........................#
#....................######........................#
#...............############.......................#
########################################.......#####
#########..............#######........S##.....##
###............................S...S.SS###....#
#####.........#######................S.###....##
######....###############################......#
#######.......................................##
########......................................#
##############################################
Message What are these things?
Message These are too advanced to have evolved so long ago!
Message We need more of them to dissect.
####################################################
#.......................#################..........#
#......................#####......########.........#
#.....T..................####..........####........#
#.......................#####...........#####......#
#...T.....P...........#########............####....#
#........T..........######...#####........#####....#
#......T...........##..........#######.............#
#..........T.......................................#
#..................................................#
#..................................................#
#..................................................#
######################..........########.......#####
#########.............................S##.....##
###................................S.SS###....#
#####.........#######................S.###....##
######....###############################......#
#######.......................................##
########......................................#
##############################################
Message We can't reach Lake's party on the radio. We need to fly out to their camp to see what's up.
#######################################
#.....................................#
#....T..T.............................#
#...........***.................L.....#
#....T..T....**...............ZXC+....#
#.....P.........................B.....#
#.............*.......................#
#............**.......................#
#######################################
Message My God! What happened to the camp, and what are those mounds over there?
###################################################
#.................................................#
#.................................................#
#.................................................#
#...............T.$...............................#
#.............$...................................#
#.................T...............................#
#...L.............$............................@..#
#.ZXCN.P.......t............................@.....#
#...B.........$.....$.........................@...#
#...............t.$..........................@....#
#...........T.$.............................@..@..#
#................$................................#
#.................................................#
#.................................................#
#.................................................#
###################################################
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment