Created
February 22, 2024 13:56
-
-
Save jcmiller11/411da36217b6c83d1cc0859daec349da to your computer and use it in GitHub Desktop.
Untitled PuzzleScript Script
This file contains 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 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
======== | |
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