-
-
Save moppman/01688a2fba68c6a72e7723a68e37c24b to your computer and use it in GitHub Desktop.
title
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
title Dave's Crates | |
author moppman | |
background_color #7c7c7c | |
text_color #fce0a8 | |
(levels adapted from Go to Gold | |
) | |
======== | |
OBJECTS | |
======== | |
Background | |
#7c7c7c #bcbcbc | |
00000 | |
10000 | |
00010 | |
00000 | |
01000 | |
Target | |
#fce0a8 | |
..... | |
..0.. | |
.000. | |
..0.. | |
..... | |
Wall | |
#a80020 #881400 | |
00010 | |
11111 | |
01000 | |
11111 | |
00010 | |
Player | |
black #f8a4c0 #b8b8f8 #4428bc | |
.000. | |
.111. | |
22222 | |
.333. | |
.3.3. | |
Crate | |
#ac7c00 #503000 | |
01110 | |
11.11 | |
1...1 | |
11.11 | |
01110 | |
======= | |
LEGEND | |
======= | |
. = Background | |
# = Wall | |
P = Player | |
* = Crate | |
@ = Crate and Target | |
O = Target | |
======= | |
SOUNDS | |
======= | |
Crate MOVE 36772507 | |
================ | |
COLLISIONLAYERS | |
================ | |
Background | |
Target | |
Player, Wall, Crate | |
====== | |
RULES | |
====== | |
[ > Player | Crate ] -> [ > Player | > Crate ] | |
============== | |
WINCONDITIONS | |
============== | |
All Target on Crate | |
======= | |
LEVELS | |
======= | |
message Dave has to push all crates on the targets. | |
.###.#. | |
#.o.o.# | |
#..##.# | |
#.**p.. | |
#.....# | |
.#.###. | |
message That wasn't too hard! 1 out 5 tasks done! | |
message Dave's on fire! He will soon be promoted! | |
####### | |
####..# | |
####..# | |
##..oo. | |
##.##.. | |
#...**p | |
#...#.. | |
####### | |
message It's getting harder, but Dave won't give up! | |
message 2 out of 5! | |
.##.#.# | |
##..... | |
#.o#.#. | |
..**... | |
#.@op.# | |
##.###. | |
message Yes! Dave really loves his job! | |
message 3 out of 5 done! | |
####### | |
#o##### | |
#...### | |
#o#p*.# | |
#..*..# | |
#o.*..# | |
####### | |
message Oh yeah! Dave can do it! | |
message 4 done, one to go! | |
....### | |
####p.. | |
.o*o*.# | |
..*o.#. | |
##....# | |
.#..... | |
..#.### | |
message Dave did it! A hard day at work. | |
message The boss calls him into his office: | |
message Promotion! | |
message Dave drives home happily. | |
message Suddenly, a deer jumps in front of his car! | |
message Dave tries to swerve around and crashes into a tree. | |
message Dave and the deer are dead on the spot. | |
message The tree survives. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment