Skip to content

Instantly share code, notes, and snippets.

Created August 19, 2017 20:23
Show Gist options
  • Save anonymous/594e7f553e172dd0efb129a94561b7ca to your computer and use it in GitHub Desktop.
Save anonymous/594e7f553e172dd0efb129a94561b7ca 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 game title lol
author Breakfast mothafuckin party
homepage www.puzzlescript.net
========
OBJECTS
========
Background
darkbrown black
11111
11111
11011
11111
11111
controlPad
DarkBlue blue
..1..
.000.
10101
.000.
..1..
Wall
black darkgrey grey
11111
10021
10001
10001
11111
Player
Black Orange White Blue
.000.
.111.
22222
.333.
.3.3.
woodCrate
Orange Yellow
00000
0...0
0...0
0...0
00000
metalcrate
grey
00000
0...0
0...0
0...0
00000
cratetarget
orange
.....
.000.
.0.0.
.000.
.....
robotoff
lightgrey grey darkgrey
.111.
.101.
11211
.222.
.2.2.
roboton
lightgreen grey darkgrey
.111.
.101.
11211
.222.
.2.2.
=======
LEGEND
=======
. = Background
# = Wall
P = Player
* = woodCrate
@ = metalCrate
R = robotoff
O = controlPad
t = cratetarget
crate = woodcrate or metalcrate
block = crate or wall
robot = robotoff or roboton
=======
SOUNDS
=======
Crate MOVE 36772507
================
COLLISIONLAYERS
================
Background
controlpad, cratetarget
Player, Wall, Crate, robot
======
RULES
======
([ > Player | Crate ] -> [ > Player | > Crate ])
([< robot | ... | Crate ] -> [ robot | ... | < Crate ])
[ > player controlpad | block ] [robot] -> [ player controlpad | block ] [> robot]
[ > robot | Crate ] -> [ robot | > Crate ]
[ > player | woodcrate ] -> [ > player | > woodcrate]
late [ player controlpad] [robotoff] -> [player controlpad] [roboton]
late [ player no controlpad] [roboton] -> [player no controlpad] [robotoff]
==============
WINCONDITIONS
==============
All cratetarget on crate
=======
LEVELS
=======
message please put all these crates in place
#########
#...t...#
#.P.....#
#.**....#
#t......#
#.......#
#########
message sometimes you may need to use our remote service units to accomplish this
#########
#.##....#
#.o#.R..#
#.##....#
#..#..*.#
#.P#....#
#..#..t.#
#########
###########
###.##..p.#
###.##....#
#R.....*.##
###.##...o#
###t##...##
###########
message some crates are too heavy for mere humans to move - this is what robots are for
##########
#.t....#o#
#.@......#
#.p...R..#
##########
message the controls system is still in beta
##########
#........#
#......t.#
##.......#
#o.......#
##p...R..#
#...R....#
#........#
##########
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment