Created
September 28, 2018 20:02
-
-
Save Xananax/c2b5249502d41c4dc07c083af3403d30 to your computer and use it in GitHub Desktop.
Multiple Patterns (PuzzleScript Script)
This file contains hidden or 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 hidden or 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 Multiple Patterns | |
author Stephen Lavelle | |
homepage www.puzzlescript.net | |
======== | |
OBJECTS | |
======== | |
Background | |
LIGHTGREEN GREEN | |
11111 | |
01111 | |
11101 | |
11111 | |
10111 | |
Wall | |
BROWN DARKBROWN | |
00010 | |
11111 | |
01000 | |
11111 | |
00010 | |
Sally | |
#3a0000 #f3d9a2 #ffffff #c3a340 | |
.000. | |
.111. | |
22322 | |
.222. | |
.333. | |
Jad | |
black white #d59e66 #3a0000 | |
.000. | |
.222. | |
00100 | |
.000. | |
.3.3. | |
Player | |
red white | |
..0.. | |
..... | |
0.0.0 | |
..... | |
..0.. | |
Love | |
red | |
..... | |
00.00 | |
00000 | |
.000. | |
..0.. | |
======= | |
LEGEND | |
======= | |
. = Background | |
# = Wall | |
S = Sally | |
J = Jad | |
P = Player | |
======= | |
SOUNDS | |
======= | |
Jad MOVE 48878907 | |
================ | |
COLLISIONLAYERS | |
================ | |
Background | |
Sally, Wall, Jad | |
Player | |
Love | |
====== | |
RULES | |
====== | |
[ Sally | ... | Player ] -> [ > Sally | ... | Player ] | |
[ Sally | | Jad ] -> [ Sally | Love | Jad ] | |
right [ > Sally ] [ Jad ] -> [ > Sally ] [ < Jad ] | |
right [ > Sally | Jad ] -> [ > Sally | > Jad ] | |
vertical [ > Sally ] [ Jad ] -> [ > Sally ] [ > Jad ] | |
============== | |
WINCONDITIONS | |
============== | |
======= | |
LEVELS | |
======= | |
######## | |
#......# | |
#..P...# | |
#.S..J.# | |
#......# | |
#......# | |
######## |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment