Created
October 13, 2013 18:50
-
-
Save anonymous/6965872 to your computer and use it in GitHub Desktop.
title
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Play this game by pasting the script in http://www.puzzlescript.net/editor.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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