Created
August 20, 2016 11:58
-
-
Save anonymous/a35e6b8eb7fb7efd6f4a1eeb1b68a24e to your computer and use it in GitHub Desktop.
title
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 Dave's crates | |
author mopp | |
background_color #7c7c7c | |
text_color #fce0a8 | |
======== | |
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 3 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 3! | |
####### | |
#o##### | |
#...### | |
#o#p*.# | |
#..*..# | |
#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