Skip to content

Instantly share code, notes, and snippets.

@octoConnors
Forked from anonymous/readme.txt
Last active August 29, 2015 13:56
Show Gist options
  • Save octoConnors/9022847 to your computer and use it in GitHub Desktop.
Save octoConnors/9022847 to your computer and use it in GitHub Desktop.
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
title Fruit Ghost
author Loneship Games
homepage http://connorses.deviantart.com/
color_palette mastersystem
again_interval 0.3
========
OBJECTS
========
Background
GREEN
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.
mark
white
.....
.....
.....
.....
.....
smoke
lightgrey
.0.0.
0...0
.....
0...0
.0.0.
=======
LEGEND
=======
. = Background
# = Wall
G = Player
o = Orange
A = apple
p = pear
b = banana
fruit = apple or orange or pear or banana
=======
SOUNDS
=======
================
COLLISIONLAYERS
================
Background
Player, Wall, fruit, smoke
mark
======
RULES
======
(Ideas: Different fruit must be arranged differently)
[smoke] -> [ ]
[ > Player | Fruit ] -> [ > Player | > Fruit ] again
[ > Fruit | Fruit ] -> [ > Fruit | > Fruit ]
[O|O|O|O] -> [smoke|smoke|smoke|smoke] sfx0 again
[O|O|O] -> [smoke|smoke|smoke] sfx0 again
[A|A] -> [A mark|A]
[A mark] -> [smoke] again
==============
WINCONDITIONS
==============
no fruit
no smoke
=======
LEVELS
=======
(The Master needs more fruit. You must bring the fruit back to his domain in the spirit realm! Collect groups of 3 or more like fruit to spirit them away.)
#########
#.......#
#...A.A.#
#.g.....#
#...A.A.#
#.......#
#########
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment