Skip to content

Instantly share code, notes, and snippets.

@martinpi
Created September 7, 2021 11:00
Show Gist options
  • Save martinpi/d03a264091a4a36936ee2f2c24701b11 to your computer and use it in GitHub Desktop.
Save martinpi/d03a264091a4a36936ee2f2c24701b11 to your computer and use it in GitHub Desktop.
Lilifee (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
title Lilifee
author Martin Pichlmair
homepage www.puzzlescript.net
========
OBJECTS
========
Background
LIGHTGREEN GREEN
11111
01111
11101
11111
10111
Player
Black Orange White Blue
.000.
.111.
22222
.333.
.3.3.
Flower
Red White
01110
.000.
..0..
..0..
.000.
=======
LEGEND
=======
. = Background
P = Player
Y = Flower
=======
SOUNDS
=======
Player MOVE 9871348319
================
COLLISIONLAYERS
================
Background
Player, Flower
======
RULES
======
[ > Player | Flower ] -> [ > Player | ]
==============
WINCONDITIONS
==============
No Flower
=======
LEVELS
=======
message A field of flowers ...
y.....
.p..y.
......
......
.....y
.y....
.....y
message ... endless grass and little lillies ...
...p......
.........y
..........
.y......y.
.....y....
..........
y.........
message ... will you pick the last flower?
...........
...........
......y....
...........
....p......
...........
...........
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment