Skip to content

Instantly share code, notes, and snippets.

Created October 13, 2013 18:50
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/6965872 to your computer and use it in GitHub Desktop.
Save anonymous/6965872 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 Golem Five
author HenkeTime
homepage www.puzzlescript.net
debug
require_player_movement
========
OBJECTS
========
Background
LIGHTGREEN GREEN
11111
01111
11101
11111
10111
GolemN
DarkBlue White
0.00.
.0000
000.0
0.0..
..11.
GolemE
DarkGreen White
..00.
1..00
10000
..00.
.00.0
GolemS
DarkRed White
..11.
0.0..
000.0
.0000
0.00.
GolemW
Yellow White
.00..
00..1
00001
.00..
0.00.
TargetN
DarkRed
.0..0
.0000
.....
.....
.....
TargetE
Yellow
...00
...0.
...0.
...00
.....
TargetS
DarkBlue
.....
.....
.....
.0000
.0..0
TargetW
DarkGreen
00...
.0...
.0...
00...
.....
Player
black
.....
..0..
.000.
..0..
.0.0.
Wall
BROWN DARKBROWN
00010
11111
01000
11111
00010
=======
LEGEND
=======
. = Background
P = Player
# = Wall
n = GolemN
e = GolemE
s = GolemS
w = GolemW
^ = TargetN
> = TargetE
u = TargetS
< = TargetW
=======
SOUNDS
=======
SFX0 67117309
================
COLLISIONLAYERS
================
Background
TargetN, TargetE, TargetS, TargetW
Player, Wall, GolemN, GolemS, GolemE, GolemW
======
RULES
======
[ UP Player ] [ GolemN ] -> [ UP Player ] [ DOWN GolemN ]
[ RIGHT Player ] [ GolemE ] -> [ RIGHT Player ] [ LEFT GolemE ]
[ DOWN Player ] [ GolemS ] -> [ DOWN Player ] [ UP GolemS ]
[ LEFT Player ] [ GolemW ] -> [ LEFT Player ] [ RIGHT GolemW ]
[ > Player | GolemN ] -> [ > Player | > GolemN ]
[ > Player | GolemE ] -> [ > Player | > GolemE ]
[ > Player | GolemS ] -> [ > Player | > GolemS ]
[ > Player | GolemW ] -> [ > Player | > GolemW ]
==============
WINCONDITIONS
==============
All GolemW on TargetE
All GolemE on TargetW
All GolemN on TargetS
All GolemS on TargetN
=======
LEVELS
=======
#########
#########
###...###
###P><.E#
#W....###
###..####
#########
#########
#.N.....#
#.u.....#
#W^P><.E#
#.......#
#.S.....#
#########
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment