Skip to content

Instantly share code, notes, and snippets.

@elphra
Created July 23, 2020 17:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elphra/a1a53e7c04f6325f42b74c148290e200 to your computer and use it in GitHub Desktop.
Save elphra/a1a53e7c04f6325f42b74c148290e200 to your computer and use it in GitHub Desktop.
Project (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
title Project
author Unknownamestudio
homepage www.twitter.com/emiyilmaz08
========
OBJECTS
========
Background
red
Target
purple
Wall
white
Player
Blue
Crate
yellow
=======
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.#
#.......#
#.......#
#########
#########
#.......#
#.....@.#
#.P.*...#
#.....O.#
#.......#
#########
#########
#.P.....#
#..*....#
#.......#
#....O..#
#.....@.#
#########
#########
#.......#
#...@.O.#
#...@...#
#...P.*.#
#.......#
#########
#########
#P......#
#...*.O.#
#...*...#
#.....O.#
#.......#
#########
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment