Skip to content

Instantly share code, notes, and snippets.

@increpare
Created June 27, 2024 01:00
Show Gist options
  • Save increpare/b0aac2f5057de732fb0c4c5dab4434b0 to your computer and use it in GitHub Desktop.
Save increpare/b0aac2f5057de732fb0c4c5dab4434b0 to your computer and use it in GitHub Desktop.
Simple Block Pushing Game (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
title Simple Block Pushing Game
author David Skinner
homepage www.puzzlescript.net
debug
========
OBJECTS
========
Background
lightgreen green
11111
01111
11101
11111
10111
Player
black orange white blue
.000.
.111.
22222
.333.
.3.3.
a
red
b
blue
c
green
d
orange
=======
LEGEND
=======
. = Background
P = Player
a_or_b = a or b
=======
SOUNDS
=======
================
COLLISIONLAYERS
================
Background
Player
a,b,c,d
======
RULES
======
[ a no a ] -> [ ]
==============
WINCONDITIONS
==============
=======
LEVELS
=======
ccdd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment