Skip to content

Instantly share code, notes, and snippets.

Created August 20, 2016 11:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/a35e6b8eb7fb7efd6f4a1eeb1b68a24e to your computer and use it in GitHub Desktop.
Save anonymous/a35e6b8eb7fb7efd6f4a1eeb1b68a24e to your computer and use it in GitHub Desktop.
title
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
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