Created
June 9, 2025 20:28
-
-
Save artero/391bf9d5060aea7a01da153c12b312e4 to your computer and use it in GitHub Desktop.
Untitled 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
======== | |
OBJECTS | |
======== | |
Background | |
black | |
PlayerA | |
green | |
Wall | |
brown darkbrown | |
00010 | |
11111 | |
01000 | |
11111 | |
00010 | |
======= | |
LEGEND | |
======= | |
. = Background | |
# = Wall | |
@ = PlayerA | |
======= | |
SOUNDS | |
======= | |
================ | |
COLLISIONLAYERS | |
================ | |
Background | |
PlayerA, Wall | |
====== | |
RULES | |
====== | |
============== | |
WINCONDITIONS | |
============== | |
======= | |
LEVELS | |
======= | |
..................... | |
..................... | |
..................... | |
................#.... | |
...@................. | |
..................... | |
##################### |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment