Skip to content

Instantly share code, notes, and snippets.

Created March 24, 2017 07:13
Show Gist options
  • Save anonymous/d0745286778f7bca0b727d89b6353e0c to your computer and use it in GitHub Desktop.
Save anonymous/d0745286778f7bca0b727d89b6353e0c 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 Esc
author Harry
homepage https://discord.gg/B6pqsXr
zoomscreen 8x4
========
OBJECTS
========
Background
lightgrey
00000
00000
00000
00000
00000
Wall
grey
00000
00000
00000
00000
00000
Player
#00ffff blue
00000
01010
01010
00000
00000
Finish
Black White
01010
10101
01010
10101
01010
Door1
darkgrey
.....
.....
00000
.....
.....
Door2
darkgrey
..0..
..0..
..0..
..0..
..0..
Crate
yellow
00000
00000
00000
00000
00000
Button
Red lightgrey
11111
10001
10001
10001
11111
Stairs1
lightgrey grey darkgrey black
00000
11111
22222
33333
33333
=======
LEGEND
=======
. = Background
# = Wall
P = Player
* = Finish
D = Door1
e = Door2
c = crate
o = button
s = stairs1
=======
SOUNDS
=======
Player MOVE 10505107
startgame 19773902
endlevel 41052906
closemessage 32889505
restart 92555303
================
COLLISIONLAYERS
================
Background
Stairs1
Finish, Door1, Door2, Button
Player, Wall, Crate
======
RULES
======
[ Background > Player | Door1 | Background ] -> [ Background | Door1 | Player Background]
[ Background > Player | Door2 | Background ] -> [ Background | Door2 | Player Background]
[ > Player | Crate ] -> [ > Player | > Crate ]
==============
WINCONDITIONS
==============
All Player on Finish
All Crate on Button
=======
LEVELS
=======
message Room 1
message Hello, test subject.
########
#p.....#
#......#
#.....*#
########
message I have been expecting you.
########
#......#
#......#
#.....p#
######d#
#......#
#.####.#
#*.....#
########
message Sorry for the twists and turns.
#########
#......##
#......##
#......##
######d##
#......##
#.####.##
#p.....##
#d#######
#.#...#*#
#.#.#.#.#
#.#.#.#.#
#...#...#
#########
message Just through this mini maze and you're into the next room.
###############
#......##.###*#
#......##.###.#
#......##.###.#
######d##.....#
#......##.###.#
#.####.##.###.#
#......##.#####
#d#######.#####
#.#...#pe.####.
#.#.#.#.#.####.
#.#.#.#.#.####.
#...#...#.####.
#########......
message Room 2
message I introduce to you our latest invention, the crate and button.
message You know what to do.
########
#.c...o#
#.######
#.######
#.######
#......#
#......#
#p....*#
#d######
message Oh, him? That's just your reflection...
message ...kinda.
#################
#.c...o###o...c.#
#.#############.#
#.#############.#
#.#############.#
#......###......#
#......###......#
#*....p###p....*#
#d#############d#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment