Skip to content

Instantly share code, notes, and snippets.

@lyaann
Created May 10, 2021 21:00
Show Gist options
  • Save lyaann/b121b128665ce82346324de1585b4a32 to your computer and use it in GitHub Desktop.
Save lyaann/b121b128665ce82346324de1585b4a32 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
lightblue white
00000
01100
01100
00000
Target
red
.0.0.
00000
.000.
..0..
.....
Wall
white
Player
lightred white red pink
00000
1001
20020
00000
Crate
yellow
..0..
.000.
00000
.000..
..0..
=======
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