Last active
August 6, 2023 14:10
-
-
Save jcmiller11/65a79c36759c57981eafbbb0513f47f8 to your computer and use it in GitHub Desktop.
test (PSBS Project)
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 https://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 Simple Block Pushing Game | |
| author David Skinner | |
| homepage www.puzzlescript.net | |
| color_palette 4 | |
| ======== | |
| OBJECTS | |
| ======== | |
| Background | |
| lightgreen green | |
| 11111 | |
| 01111 | |
| 11101 | |
| 11111 | |
| 10111 | |
| target | |
| darkblue | |
| ..... | |
| .000. | |
| .0.0. | |
| .000. | |
| ..... | |
| wall | |
| brown darkbrown | |
| 00010 | |
| 11111 | |
| 01000 | |
| 11111 | |
| 00010 | |
| Player | |
| black orange white blue | |
| .000. | |
| .111. | |
| 22222 | |
| .333. | |
| .3.3. | |
| Crate | |
| orange | |
| 00000 | |
| 0...0 | |
| 0...0 | |
| 0...0 | |
| 00000 | |
| RemainingChalk:0 | |
| white | |
| ..... | |
| ..... | |
| ..... | |
| ..... | |
| ..... | |
| RemainingChalk:1 | |
| white | |
| 0.... | |
| ..... | |
| ..... | |
| ..... | |
| ..... | |
| RemainingChalk:2 | |
| white | |
| 00... | |
| ..... | |
| ..... | |
| ..... | |
| ..... | |
| RemainingChalk:3 | |
| white | |
| 000.. | |
| ..... | |
| ..... | |
| ..... | |
| ..... | |
| RemainingChalk:4 | |
| white | |
| 0000. | |
| ..... | |
| ..... | |
| ..... | |
| ..... | |
| RemainingChalk:5 | |
| white | |
| 00000 | |
| ..... | |
| ..... | |
| ..... | |
| ..... | |
| RemainingChalk:6 | |
| white | |
| 00000 | |
| 0.... | |
| ..... | |
| ..... | |
| ..... | |
| RemainingChalk:7 | |
| white | |
| 00000 | |
| 00... | |
| ..... | |
| ..... | |
| ..... | |
| RemainingChalk:8 | |
| white | |
| 00000 | |
| 000.. | |
| ..... | |
| ..... | |
| ..... | |
| RemainingChalk:9 | |
| white | |
| 00000 | |
| 0000. | |
| ..... | |
| ..... | |
| ..... | |
| RemainingChalk:10 | |
| white | |
| 00000 | |
| 00000 | |
| ..... | |
| ..... | |
| ..... | |
| RemainingChalk:11 | |
| white | |
| 00000 | |
| 00000 | |
| 0.... | |
| ..... | |
| ..... | |
| RemainingChalk:12 | |
| white | |
| 00000 | |
| 00000 | |
| 00... | |
| ..... | |
| ..... | |
| RemainingChalk:13 | |
| white | |
| 00000 | |
| 00000 | |
| 000.. | |
| ..... | |
| ..... | |
| RemainingChalk:14 | |
| white | |
| 00000 | |
| 00000 | |
| 0000. | |
| ..... | |
| ..... | |
| RemainingChalk:15 | |
| white | |
| 00000 | |
| 00000 | |
| 00000 | |
| ..... | |
| ..... | |
| RemainingChalk:16 | |
| white | |
| 00000 | |
| 00000 | |
| 00000 | |
| 0.... | |
| ..... | |
| RemainingChalk:17 | |
| white | |
| 00000 | |
| 00000 | |
| 00000 | |
| 00... | |
| ..... | |
| RemainingChalk:18 | |
| white | |
| 00000 | |
| 00000 | |
| 00000 | |
| 000.. | |
| ..... | |
| RemainingChalk:19 | |
| white | |
| 00000 | |
| 00000 | |
| 00000 | |
| 0000. | |
| ..... | |
| RemainingChalk:20 | |
| white | |
| 00000 | |
| 00000 | |
| 00000 | |
| 00000 | |
| ..... | |
| RemainingChalk:21 | |
| white | |
| 00000 | |
| 00000 | |
| 00000 | |
| 00000 | |
| 0.... | |
| RemainingChalk:22 | |
| white | |
| 00000 | |
| 00000 | |
| 00000 | |
| 00000 | |
| 00... | |
| RemainingChalk:23 | |
| white | |
| 00000 | |
| 00000 | |
| 00000 | |
| 00000 | |
| 000.. | |
| RemainingChalk:24 | |
| white | |
| 00000 | |
| 00000 | |
| 00000 | |
| 00000 | |
| 0000. | |
| RemainingChalk:25 | |
| white | |
| 00000 | |
| 00000 | |
| 00000 | |
| 00000 | |
| 00000 | |
| ======= | |
| LEGEND | |
| ======= | |
| . = Background | |
| # = Wall | |
| P = Player | |
| * = Crate | |
| @ = Crate and Target | |
| O = Target | |
| ======= | |
| SOUNDS | |
| ======= | |
| Crate move 36772507 | |
| ================ | |
| COLLISIONLAYERS | |
| ================ | |
| Background | |
| Target | |
| Player, Wall, Crate | |
| ====== | |
| RULES | |
| ====== | |
| [ > Player | Crate ] -> [ > Player | > Crate ] | |
| ============== | |
| WINCONDITIONS | |
| ============== | |
| all Target on Crate | |
| ======= | |
| LEVELS | |
| ======= | |
| message Welcome to the first level! | |
| .......... | |
| .########. | |
| .#..p...#. | |
| .#.@*...#. | |
| .#......#. | |
| .#......#. | |
| .#......#. | |
| .#......#. | |
| .########. | |
| .......... | |
| message Here comes level 2! | |
| ########## | |
| #.......@# | |
| #.p......# | |
| #........# | |
| ########.# | |
| .......#.# | |
| ########.# | |
| #...*....# | |
| #........# | |
| ########## |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment