Created
December 2, 2021 21:48
-
-
Save lee2sman/9e9ba81e54daedcd5849442546f3f68c 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 Random Robots | |
author increpare | |
homepage www.puzzlescript.net | |
======== | |
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