Skip to content

Instantly share code, notes, and snippets.

@jcmiller11
Created February 22, 2024 13:56
Show Gist options
  • Save jcmiller11/411da36217b6c83d1cc0859daec349da to your computer and use it in GitHub Desktop.
Save jcmiller11/411da36217b6c83d1cc0859daec349da 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
========
OBJECTS
========
Background .
grey
Player P
green
redtarget R
red
bluetarget B
blue
=======
LEGEND
=======
target = redtarget or bluetarget
=======
SOUNDS
=======
================
COLLISIONLAYERS
================
Background
target
Player
======
RULES
======
[Player redtarget] -> [Player]
LATE [Player bluetarget] -> [Player]
==============
WINCONDITIONS
==============
some Player on target
=======
LEVELS
=======
.....
.R.B.
..P..
.....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment