Created
November 15, 2019 04:39
-
-
Save jcmiller11/8c9160efaf7e73af2536566f8bb636d0 to your computer and use it in GitHub Desktop.
Untitled PuzzleScript Script
This file contains hidden or 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 hidden or 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 b | |
| #080 | |
| T | |
| #004 | |
| W | |
| #000 | |
| Player P | |
| red | |
| COLLISIONLAYERS | |
| B | |
| T | |
| P W | |
| RULES | |
| WINCONDITIONS | |
| All T on P | |
| LEVELS | |
| bWbWb | |
| bbbbb | |
| bPPPb | |
| TbbbT | |
| bbTbb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment