Skip to content

Instantly share code, notes, and snippets.

@lee2sman
Created December 2, 2021 06:41
Show Gist options
  • Save lee2sman/8b806d6a5bb996092697368fdc9c5e9c to your computer and use it in GitHub Desktop.
Save lee2sman/8b806d6a5bb996092697368fdc9c5e9c to your computer and use it in GitHub Desktop.
Untitled PuzzleScript Script
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
title randumb robuts
author not a pipe
homepage notapipe.itch.io
========
OBJECTS
========
Background (special, automatically placed in its own layer)
GREEN darkgreen
11111
01111
11101
11111
10111
Player (Required by game)
PINK red
..0..
00100
..0..
.000.
.0.0.
Robot
gray black red
.000.
.200.
...0.
00000
01010
Wall
blue brown white yellow
.0.1.
3.2.0
.1.0.
0.3.1
.2.0.
Exit
GREEN darkgreen
11111
01111
11101
11111
10111
=======
LEGEND
=======
. = Background
P = Player
* = Robot
# = Wall
E = Exit
=========
SOUNDS
=========
startgame 42423701
endgame 3713708
endlevel 7466505
================
COLLISIONLAYERS
================
Background
Exit
Player, Robot, Wall
======
RULES
======
[ stationary Robot ] -> [randomDir Robot]
==============
WINCONDITIONS
==============
Some Player on Exit
=======
LEVELS
=======
message Help me find the invisible teleporter pleaze
###########
#*...*..*.#
#...*..*..#
#.*.*..P..#
#..*.*..*.#
#*E.**..*.#
###########
message yes, that was it thank you. it's moved. now where did i leave it, see if you can help me find it again
###########
#E...*..*.#
#...*..*..#
#.*.*..*..#
#..*.*..*.#
#*P.**..*.#
###########
message yes, now help me one last time and i can leave
###########
#P...*..*.#
#...*..*..#
#.*.*..*E.#
#..*.*..*.#
#*..**..*.#
###########
message Okay, thank you and good night
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment