Created
September 7, 2021 11:00
-
-
Save martinpi/d03a264091a4a36936ee2f2c24701b11 to your computer and use it in GitHub Desktop.
Lilifee (PuzzleScript Script)
This file contains hidden or 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 hidden or 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 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