Created
June 29, 2021 01:49
-
-
Save instr3/183d799e29f935ebce0e6e79073944d3 to your computer and use it in GitHub Desktop.
Elephant Express (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 Elephant Express | |
| author Alith | |
| homepage alith.itch.io | |
| ======== | |
| OBJECTS | |
| ======== | |
| Background | |
| #CCCCFF #BBBBFF | |
| 11111 | |
| 10000 | |
| 10000 | |
| 10000 | |
| 10000 | |
| Target | |
| Lightred | |
| ..... | |
| .0000 | |
| .0..0 | |
| .0..0 | |
| .0000 | |
| Wall | |
| Brown | |
| Elephant1 | |
| gray darkgray | |
| ..... | |
| 111.. | |
| 0001. | |
| 11011 | |
| .1000 | |
| Elephant2 | |
| gray darkgray | |
| ..111 | |
| ..... | |
| ..... | |
| ..... | |
| ..... | |
| Elephant3 | |
| gray darkgray black | |
| ..... | |
| .1111 | |
| 10000 | |
| 00201 | |
| 00001 | |
| Elephant4 | |
| gray darkgray lightgray | |
| 22010 | |
| 10000 | |
| 10011 | |
| 1001. | |
| 1111. | |
| Elephant5 | |
| gray darkgray | |
| ..... | |
| 111.. | |
| 0001. | |
| 00001 | |
| 00001 | |
| Elephant6 | |
| gray darkgray | |
| 00001 | |
| 00001 | |
| 11001 | |
| .1001 | |
| .1111 | |
| NoseLR | |
| gray darkgray | |
| ..... | |
| 11111 | |
| 00000 | |
| 11111 | |
| ..... | |
| NoseEndR | |
| gray darkgray | |
| ..... | |
| ...11 | |
| ..100 | |
| ...11 | |
| ..... | |
| Player | |
| Blue | |
| Crate | |
| Red | |
| ..... | |
| ..00. | |
| .0000 | |
| .0000 | |
| ..00. | |
| ======= | |
| LEGEND | |
| ======= | |
| . = Background | |
| # = Wall | |
| P = Player | |
| * = Crate | |
| @ = Crate and Target | |
| O = Target | |
| ElephantBody = Elephant1 or Elephant2 or Elephant3 or Elephant4 or Elephant5 or Elephant6 | |
| Q = Elephant1 | |
| W = Elephant2 | |
| R = Elephant3 | |
| T = Elephant4 | |
| Y = Elephant5 | |
| U = Elephant6 | |
| - = NoseLR | |
| | = NoseEndR | |
| ======= | |
| SOUNDS | |
| ======= | |
| ================ | |
| COLLISIONLAYERS | |
| ================ | |
| Background | |
| Target | |
| Player, Wall, Crate, ElephantBody | |
| NoseLR, NoseEndR | |
| ====== | |
| RULES | |
| ====== | |
| [ > Player | Crate ] -> [ > Player | > Crate ] | |
| ============== | |
| WINCONDITIONS | |
| ============== | |
| All Target on Crate | |
| ======= | |
| LEVELS | |
| ======= | |
| ######### | |
| #.......# | |
| #.....@.# | |
| #...*.O.# | |
| #|---QRY# | |
| #....WTU# | |
| ######### |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment