Created
August 8, 2019 01:59
-
-
Save JackLance/16adeb81efac3169402d142e3d2795f5 to your computer and use it in GitHub Desktop.
_______________ (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
| title _______________ | |
| ======== | |
| OBJECTS | |
| ======== | |
| Background | |
| white | |
| Yellow | |
| yellow | |
| Brown | |
| brown | |
| Player | |
| blue | |
| Wall | |
| black | |
| ======= | |
| LEGEND | |
| ======= | |
| . = Background | |
| # = wall | |
| P = Player | |
| b = brown | |
| y = yellow | |
| ======= | |
| SOUNDS | |
| ======= | |
| ================ | |
| COLLISIONLAYERS | |
| ================ | |
| Background | |
| yellow | |
| Player, brown, wall | |
| ====== | |
| RULES | |
| ====== | |
| [ > Player | Brown ] -> [ > Player | > Brown ] | |
| (this could be absorbing, destroying, collecting, eating, etc. depending on theming/sounds and such) | |
| late [Brown Yellow] -> [Brown] | |
| ============== | |
| WINCONDITIONS | |
| ============== | |
| No Yellow | |
| ======= | |
| LEVELS | |
| ======= | |
| ####### | |
| #p....# | |
| #.b...# | |
| #..yy## | |
| #..yy## | |
| #..#### | |
| ####### | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment