Skip to content

Instantly share code, notes, and snippets.

@ncrecc
Created November 11, 2019 22:30
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/907ae2f2b569e7d65719f5f5a92c3d4a to your computer and use it in GitHub Desktop.
Save ncrecc/907ae2f2b569e7d65719f5f5a92c3d4a 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|no A]->[> J|> C > X|]
[A J]->[J]
[> X|W]->[X|W]
[> X|stationary J]->[|J]
late up[no J no A|J X]->[J|]
WINCONDITIONS
all t on c
LEVELS
bbcw
tccb
baat
wwap
wcbb
tcb
bbcb
pbcb
wtct
bcb
bab
papa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment