Created
August 30, 2019 22:26
-
-
Save jcmiller11/4beffc8f09e267f413e769cd6e185db6 to your computer and use it in GitHub Desktop.
Zeno's Parasocks (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 Zeno's Parasocks | |
| author jc | |
| homepage www.puzzlescript.net | |
| ========zzz | |
| OBJECTS | |
| ======== | |
| Background | |
| Lightgreen | |
| Moves1 | |
| transparent | |
| Moves2 | |
| transparent | |
| Moves4 | |
| transparent | |
| Sock1 | |
| white red | |
| 000.. | |
| 111.. | |
| 000.. | |
| 00000 | |
| .0000 | |
| Sock2 | |
| white red | |
| ..000 | |
| ..111 | |
| ..000 | |
| 00000 | |
| 0000. | |
| Player | |
| Brown LightBrown LightGray White | |
| .112. | |
| 10200 | |
| 12222 | |
| 10002 | |
| .111. | |
| ======= | |
| LEGEND | |
| ======= | |
| Socks = Sock1 or Sock2 | |
| Moves = Moves4 or Moves2 or Moves1 | |
| . = Background | |
| P = Player | |
| 1 = Sock1 and Moves4 | |
| 2 = Sock2 and Moves4 | |
| ======= | |
| SOUNDS | |
| ======= | |
| ================ | |
| COLLISIONLAYERS | |
| ================ | |
| Background | |
| Player | |
| Sock1 | |
| Sock2 | |
| Moves | |
| ====== | |
| RULES | |
| ====== | |
| [> Player | Socks Moves4 |||] -> [> Player |||| Socks Moves2] | |
| [> Player | Socks Moves2 ||] -> [> Player ||| Socks Moves1] | |
| [> Player | Socks Moves1 ] -> [> Player | > Socks] | |
| ============== | |
| WINCONDITIONS | |
| ============== | |
| All Sock1 on Sock2 | |
| ======= | |
| LEVELS | |
| ======= | |
| Message I must put my pairs of socks back together! | |
| ........ | |
| ........ | |
| ........ | |
| ...P.... | |
| ......2. | |
| .1...... | |
| ........ | |
| ........ | |
| ........ | |
| Message more to come? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment