Created
February 15, 2014 18:00
-
-
Save anonymous/9022842 to your computer and use it in GitHub Desktop.
title
This file contains 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 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 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