Skip to content

Instantly share code, notes, and snippets.

@sftrabbit
Created November 11, 2020 23:12
Show Gist options
  • Save sftrabbit/35b78c89f59ea8ea2e508ab03c299c91 to your computer and use it in GitHub Desktop.
Save sftrabbit/35b78c89f59ea8ea2e508ab03c299c91 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
========
OBJECTS
========
Background
GREEN
Target
DarkBlue
.....
.000.
.0.0.
.000.
.....
Ice
WHITE
Player
Black Orange White Blue
.000.
.111.
22222
.333.
.3.3.
=======
LEGEND
=======
. = Background
P = Player
O = Target and Ice
I = Ice
=======
SOUNDS
=======
================
COLLISIONLAYERS
================
Background
Ice
Target
Player
======
RULES
======
[ Player Target ] -> win
[ Player Ice ] -> [ UP Player Ice ] again
LATE [ Player Ice ] -> again
==============
WINCONDITIONS
==============
=======
LEVELS
=======
IIIIIIII
IIIIIIII
OOOOOOOO
IIIIIIII
IIIIIIII
IIIIIIII
........
....P...
........
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment