Created
November 15, 2019 05:11
-
-
Save jcmiller11/6433787431c4f0e6d5a8c2aa2c244c20 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 | |
| WINCONDITIONS | |
| All T on P | |
| LEVELS | |
| bWbWb | |
| bbbbb | |
| bPPPb | |
| TbbbT | |
| bbTbb | |
| WWbPWW | |
| WWbWWW | |
| WWTTbb | |
| WbTWWP | |
| WbWWWW | |
| PbWWWW | |
| PWWWWWP | |
| bbWWWbb | |
| WbbWbbW | |
| WWTbTWW | |
| WWWbWWW | |
| WWbbbWW | |
| WbTWTbW | |
| bbWWWbb | |
| PWWWWWP |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment