Skip to content

Instantly share code, notes, and snippets.

@thomaswp
Last active July 6, 2022 18:35
Show Gist options
  • Save thomaswp/b3afc3cf8a8952f1825c0efcd34d6e2e to your computer and use it in GitHub Desktop.
Save thomaswp/b3afc3cf8a8952f1825c0efcd34d6e2e to your computer and use it in GitHub Desktop.
title This is a test to show that gists can work!
author My Name Here
homepage www.puzzlescript.net
========
OBJECTS
========
Background
green
Target
darkblue
Wall
brown
Player
blue
Crate
orange
=======
LEGEND
=======
. = Background
# = Wall
P = Player
* = Crate
@ = Crate and Target
O = Target
=======
SOUNDS
=======
================
COLLISIONLAYERS
================
Background
Target
Player, Wall, Crate
======
RULES
======
[ > Player | Crate ] -> [ > Player | > Crate ]
==============
WINCONDITIONS
==============
all Target on Crate
=======
LEVELS
=======
#########
#.......#
#.....@.#
#.P.*.O.#
#.......#
#.......#
#########
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment