Created
March 23, 2025 14:14
-
-
Save increpare/20d4b4b51859c7b99b98ea0a5f9e2f00 to your computer and use it in GitHub Desktop.
susdfd (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 susdfd | |
author David Skinner | |
homepage www.puzzlescript.net | |
verbose_logging | |
debug | |
======== | |
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. | |
l4a | |
brown | |
l4b | |
brown | |
l4c | |
brown | |
l5a | |
brown | |
l5b | |
brown | |
l5c | |
brown | |
======= | |
LEGEND | |
======= | |
. = Background | |
# = Wall | |
P = Player | |
O = Target | |
l4a_or_l4b = l4a or l4b | |
l4a_or_l5a = l4a or l5a | |
l4c_and_15c = l4c and l5a | |
======= | |
SOUNDS | |
======= | |
================ | |
COLLISIONLAYERS | |
================ | |
Background | |
Target | |
Player, wall | |
l4a,l4b,l4c | |
l5a,l5b,l5c | |
====== | |
RULES | |
====== | |
[ ] -> [ l4a no l4a] | |
============== | |
WINCONDITIONS | |
============== | |
======= | |
LEVELS | |
======= | |
####.. | |
#.O#.. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment