Skip to content

Instantly share code, notes, and snippets.

@ncrecc
Created November 11, 2019 21:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ncrecc/df229dd5851a19dac54df1856d9d4fff to your computer and use it in GitHub Desktop.
Save ncrecc/df229dd5851a19dac54df1856d9d4fff to your computer and use it in GitHub Desktop.
Untitled PuzzleScript Script
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
verbose_logging
OBJECTS
Background b
#008
W
#000
Player P
red
C
#F80
X
red
A
#830
T
#055
0.
.0
LEGEND
J=C or W or P
SOUNDS
COLLISIONLAYERS
X
B
A
J
T
RULES
[C]->[C X]
[> J|C]->[> J|> C > X]
[> X|J]->[|J]
[A J]->[J]
late up[no J no A|J X]->[J|]
WINCONDITIONS
all t on c
LEVELS
wbbbb
tccbb
pccbb
bccbw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment