Skip to content

Instantly share code, notes, and snippets.

@lee2sman
Created December 2, 2021 21:48
Show Gist options
  • Save lee2sman/9e9ba81e54daedcd5849442546f3f68c to your computer and use it in GitHub Desktop.
Save lee2sman/9e9ba81e54daedcd5849442546f3f68c to your computer and use it in GitHub Desktop.
Random Robots (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
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