Skip to content

Instantly share code, notes, and snippets.

@Xananax
Created September 28, 2018 20:12
Show Gist options
  • Save Xananax/08266857f9c45633349dde9da440a6bd to your computer and use it in GitHub Desktop.
Save Xananax/08266857f9c45633349dde9da440a6bd to your computer and use it in GitHub Desktop.
Multiple Patterns (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
title Multiple Patterns
author Sally & Jad
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