Skip to content

Instantly share code, notes, and snippets.

@increpare
Created April 27, 2014 09:43
Show Gist options
  • Save increpare/11341673 to your computer and use it in GitHub Desktop.
Save increpare/11341673 to your computer and use it in GitHub Desktop.
title Simple Block Pushing Game
author Stephen Lavelle
homepage www.puzzlescript.net
debug
run_rules_on_level_start
========
OBJECTS
========
Background .
black
Player p
yellow
a
red
b
green
c
blue
d
orange
=======
LEGEND
=======
ab = a or b
cd = c or d
=======
SOUNDS
=======
================
COLLISIONLAYERS
================
Background
Player
a
b
c
======
RULES
======
([ right player ] -> [ c ])
[ ab | cd ] -> [ ab | cd ]
==============
WINCONDITIONS
==============
=======
LEVELS
=======
....
..p.
....
....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment