Created
November 2, 2022 02:21
-
-
Save octoConnors/49f132d3d36f1e99f0e5f2ad36b67617 to your computer and use it in GitHub Desktop.
Untitled PuzzleScript Script
This file contains 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 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
again_interval 0 | |
run_rules_on_level_start | |
======== | |
OBJECTS | |
======== | |
Background . | |
black | |
Player @ | |
green | |
cell c | |
transparent | |
wall # | |
brown | |
======= | |
LEGEND | |
======= | |
======= | |
SOUNDS | |
======= | |
================ | |
COLLISIONLAYERS | |
================ | |
Background | |
Player, wall, cell | |
====== | |
RULES | |
====== | |
random [cell|wall|wall] -> [cell|no wall|no wall cell] again | |
============== | |
WINCONDITIONS | |
============== | |
======= | |
LEVELS | |
======= | |
######################### | |
######################### | |
######################### | |
######################### | |
######################### | |
######################### | |
######################### | |
######################### | |
######################### | |
###########c############# | |
######################### | |
######################### | |
######################### | |
######################### | |
######################### | |
######################### | |
######################### | |
######################### | |
######################### | |
######################### | |
######################### | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment