Created
December 27, 2022 18:49
-
-
Save nataliemeow/b1c51b7e4b7a901fd6e24b1b8a8c3b60 to your computer and use it in GitHub Desktop.
wacky game (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 wacky game | |
| author razorlovesbaba | |
| ======== | |
| OBJECTS | |
| ======== | |
| Background | |
| black darkgray | |
| 00000 | |
| 01010 | |
| 00100 | |
| 01010 | |
| 00000 | |
| Player | |
| green lightgreen | |
| 00000 | |
| 01110 | |
| 01110 | |
| 01110 | |
| 00000 | |
| Thing | |
| red pink | |
| 00000 | |
| 01110 | |
| 01110 | |
| 01110 | |
| 00000 | |
| ======= | |
| LEGEND | |
| ======= | |
| . = Background | |
| @ = Player | |
| * = Thing | |
| ======= | |
| SOUNDS | |
| ======= | |
| ================ | |
| COLLISIONLAYERS | |
| ================ | |
| Background | |
| Thing | |
| Player | |
| ====== | |
| RULES | |
| ====== | |
| [ Thing | Background ] -> [ Thing | Player ] | |
| [ > Player | Background ] -> [ Background | Player ] | |
| [ Player | Player ] -> [ Background | Thing ] | |
| [ Action Player | Thing ] -> [ Player | Background ] | |
| ============== | |
| WINCONDITIONS | |
| ============== | |
| ======= | |
| LEVELS | |
| ======= | |
| message I call it "Cellular Automata 2" | |
| message Press Action to attempt to battle. | |
| *............................................................................................... | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
| ................................................................................................ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment