Skip to content

Instantly share code, notes, and snippets.

Created February 15, 2014 18:00
Show Gist options
  • Save anonymous/9022842 to your computer and use it in GitHub Desktop.
Save anonymous/9022842 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 My Game
author Stephen Lavelle
homepage www.puzzlescript.net
color_palette mastersystem
========
OBJECTS
========
Background
GREEN
Target
DarkBlue
Wall
BROWN
Player
Blue
.000.
..0..
00.00
.0.0.
0000.
Orange
Orange darkgreen
.000.
00010
00000
00000
.000.
Apple
red brown
..1..
00100
00000
00000
.000.
pear
lightgreen brown
.010.
.000.
00000
00000
.000.
banana
yellow orange black
...2.
...00
..010
01100
.000.
=======
LEGEND
=======
. = Background
# = Wall
P = Player
* = Orange
A = apple
q = pear
@ = Orange and Target
O = Target
b = banana
fruit = apple or orange or pear or banana
=======
SOUNDS
=======
================
COLLISIONLAYERS
================
Background
Target
Player, Wall, fruit
======
RULES
======
[ > Player | Fruit ] -> [ > Player | > Fruit ]
==============
WINCONDITIONS
==============
All Target on Orange
=======
LEVELS
=======
#########
#.......#
#.....@.#
#.P.*.O.#
#.......#
#.......#
#########
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment