Skip to content

Instantly share code, notes, and snippets.

@Meldiron
Created July 19, 2025 07:17
Show Gist options
  • Save Meldiron/53a9f0cab625975de0d329cadcfe4aeb to your computer and use it in GitHub Desktop.
Save Meldiron/53a9f0cab625975de0d329cadcfe4aeb 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
darkblue
Wall
brown
Player
blue
Crate
orange
=======
LEGEND
=======
. = Backgroundd
# = 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