Skip to content

Instantly share code, notes, and snippets.

@octoConnors
Created November 2, 2022 02:21
Show Gist options
  • Save octoConnors/49f132d3d36f1e99f0e5f2ad36b67617 to your computer and use it in GitHub Desktop.
Save octoConnors/49f132d3d36f1e99f0e5f2ad36b67617 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
again_interval 0
run_rules_on_level_start
========
OBJECTS
========
Background .
black
Player @
green
cell c
transparent
wall #
brown
=======
LEGEND
=======
=======
SOUNDS
=======
================
COLLISIONLAYERS
================
Background
Player, wall, cell
======
RULES
======
random [cell|wall|wall] -> [cell|no wall|no wall cell] again
==============
WINCONDITIONS
==============
=======
LEVELS
=======
#########################
#########################
#########################
#########################
#########################
#########################
#########################
#########################
#########################
###########c#############
#########################
#########################
#########################
#########################
#########################
#########################
#########################
#########################
#########################
#########################
#########################
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment