Skip to content

Instantly share code, notes, and snippets.

@lyaann
Created June 15, 2021 15:13
Show Gist options
  • Save lyaann/fcc320bcce0915f5cc32cf1fc3cfaf24 to your computer and use it in GitHub Desktop.
Save lyaann/fcc320bcce0915f5cc32cf1fc3cfaf24 to your computer and use it in GitHub Desktop.
My Game (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
title My Game
author My Name Here
homepage www.puzzlescript.net
========
OBJECTS
========
Background
GREEN
Target
black
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