Created
March 26, 2025 14:10
-
-
Save increpare/6e270c675df3dcc22e1dcd554508859e to your computer and use it in GitHub Desktop.
Dollyban (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 Dollyban | |
author increpare | |
homepage www.increpare.com | |
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. | |
Crate | |
orange | |
00000 | |
0...0 | |
0...0 | |
0...0 | |
00000 | |
dolly | |
black brown | |
0...0 | |
01.10 | |
.111. | |
01.10 | |
0...0 | |
temp | |
red | |
======= | |
LEGEND | |
======= | |
. = Background | |
# = Wall | |
P = Player | |
* = Crate | |
@ = Crate and Target | |
O = Target | |
D = dolly | |
F = dolly and target | |
======= | |
SOUNDS | |
======= | |
Crate move 36772507 | |
================ | |
COLLISIONLAYERS | |
================ | |
Background | |
Target | |
Player, Wall, Crate, dolly | |
temp | |
====== | |
RULES | |
====== | |
[ Player ] -> [ player temp ] | |
[ > Player | dolly ] -> [ > Player | > dolly ] | |
[ UP dolly | stationary crate ] -> [ UP dolly | UP crate ] | |
[ DOWN dolly | stationary crate ] -> [ DOWN dolly | DOWN crate ] | |
[ LEFT dolly | stationary crate ] -> [ LEFT dolly | LEFT crate ] | |
[ RIGHT dolly | stationary crate ] -> [ RIGHT dolly | RIGHT crate ] | |
late [ player temp ] -> cancel | |
late [ temp ] -> [ ] | |
============== | |
WINCONDITIONS | |
============== | |
all Target on Crate | |
======= | |
LEVELS | |
======= | |
####### | |
#o.o..# | |
#..*..# | |
#...d.# | |
#.*...# | |
#...p.# | |
####### | |
(easy, but not terrible) | |
####### | |
#.....# | |
#..#..# | |
#.d.*.# | |
#.o.p.# | |
#.....# | |
####### | |
(short+sweet) | |
######### | |
#.......# | |
#.*.p..o# | |
#....d.## | |
#.......# | |
######### | |
(bad!) | |
######### | |
#.#.#...# | |
#...#...# | |
#..d..*p# | |
#o......# | |
#....#..# | |
######### | |
####### | |
#.....# | |
#.....# | |
#.....# | |
#.....# | |
#.....# | |
####### | |
######### | |
#.......# | |
#.......# | |
#.......# | |
#.......# | |
######### | |
######### | |
#.......# | |
#.......# | |
#.......# | |
######### | |
######### | |
#.......# | |
#.......# | |
#.......# | |
#.......# | |
#.......# | |
######### | |
message level 1 of 10 | |
####.. | |
#.O#.. | |
#..### | |
#@...# | |
#.d*.# | |
#p.### | |
####.. | |
message level 2 of 10 | |
###### | |
#....# | |
#.#P.# | |
#.*@d# | |
#.O@.# | |
#....# | |
###### | |
message level 3 of 10 | |
..####... | |
###..#### | |
#.....*.# | |
#.#..#*.# | |
#.O.O#P.# | |
######### | |
message level 4 of 10 | |
######## | |
#......# | |
#.O@@*P# | |
#....d.# | |
#####..# | |
....#### | |
message level 5 of 10 | |
.####### | |
.#.....# | |
.#.O*O.# | |
##.*P*.# | |
#..O*O.# | |
#......# | |
######## | |
message level 6 of 10 | |
######.##### | |
#....###...# | |
#.**.....#P# | |
#.*.#OOO...# | |
#...######## | |
#####....... | |
message level 7 of 10 | |
####### | |
#.....# | |
#.O*O.# | |
#.*O*.# | |
#.O*O.# | |
#.*O*.# | |
#..P..# | |
####### | |
message level 8 of 10 | |
..###### | |
..#.OOP# | |
..#.**.# | |
..##.### | |
...#.#.. | |
...#.#.. | |
####.#.. | |
#....##. | |
#.#...#. | |
#...#.#. | |
###...#. | |
..#####. | |
message level 9 of 10 | |
#####. | |
#O..## | |
#P**.# | |
##...# | |
.##..# | |
..##O# | |
...### | |
message level 10 of 10 | |
......##### | |
......#O..# | |
......#O#.# | |
#######O#.# | |
#.P.*.*.*.# | |
#.#.#.#.### | |
#.......#.. | |
#########.. | |
message congratulations! | |
( | |
========== | |
TRANSFORM | |
========== | |
(remove one crate/target pair if it exists and add one) | |
choose 3 [ ] -> [ wall ] | |
choose 1 [ no wall no crate ] [ no wall no target ] -> [ crate ] [ target ] | |
choose 1 [ no wall no crate ] -> [ dolly ] | |
choose 1 [No Wall No crate no dolly] -> [player] | |
choose 8 [no wall ] -> [ wall ] | |
choose 1 right [ no wall | no wall | no wall | no wall ] -> [ target | crate target | crate target | crate ] | |
choose 1 [ no wall no crate ] -> [ dolly ] | |
choose 1 [No Wall No crate no dolly] -> [player] | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment