Created
December 2, 2021 21:49
-
-
Save lee2sman/d5facb3d1f7bdebf9ab36d1e2d577df1 to your computer and use it in GitHub Desktop.
Random Robots (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 TongueDude | |
author not a pipe | |
homepage notapipe.itch.io | |
======== | |
OBJECTS | |
======== | |
Background (special, automatically placed in its own layer) | |
Yellow lightred | |
00000 | |
01000 | |
00000 | |
00010 | |
00000 | |
Tongue | |
red | |
.000. | |
00000 | |
00000 | |
00000 | |
.000. | |
Player (Required by game) | |
red pink | |
.000. | |
00000 | |
00000 | |
00000 | |
.000. | |
Nose | |
Orange black | |
.000. | |
.000. | |
.000. | |
01010 | |
.1.1. | |
Face | |
Orange | |
00000 | |
00000 | |
00000 | |
000.0 | |
Hair | |
Gray Black | |
..1.. | |
.111. | |
.111. | |
.111. | |
.111. | |
EyeBall | |
White Blue Red | |
.000. | |
00100 | |
01110 | |
20102 | |
.202. | |
======= | |
LEGEND | |
======= | |
. = Background | |
O = Face | |
P = Player | |
* = Hair | |
@ = Eyeball | |
U = Nose | |
T = Tongue | |
========= | |
SOUNDS | |
========= | |
================ | |
COLLISIONLAYERS | |
================ | |
Background | |
Face, Tongue | |
Player, Hair, Eyeball, Nose | |
====== | |
RULES | |
====== | |
[ stationary Hair ] -> [randomDir Hair] | |
[ Player No Tongue ] -> [Player Tongue] | |
============== | |
WINCONDITIONS | |
============== | |
======= | |
LEVELS | |
======= | |
........... | |
...*****... | |
...OOOOO... | |
..O@O*O@O.. | |
..OOOOOOO.. | |
..OOOUOOO.. | |
...OOTOO... | |
...OOPOO... | |
....OOO.... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment