Created
November 15, 2019 14:23
-
-
Save jcmiller11/6cd0d6f1ce6b2af2d0a3c675f5941e4e 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 | |
| b | |
| bPPPb | |
| TbbbT | |
| bbTb | |
| WWbPWW | |
| WWbWWW | |
| WWTTb | |
| WbTWWP | |
| WbWWWW | |
| PbWWWW | |
| PWWWWWP | |
| bbWWWb | |
| WbbWbbW | |
| WWTbTWW | |
| WWWbWWW | |
| WWbbbWW | |
| WbTWTbW | |
| bbWWWb | |
| PWWWWWP | |
| message Congratulations! You win! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment