Skip to content

Instantly share code, notes, and snippets.

@elphra
Created July 23, 2020 19:01
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/ec00572bebbe21ac5c6049f41e9bd994 to your computer and use it in GitHub Desktop.
Save elphra/ec00572bebbe21ac5c6049f41e9bd994 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 twitter.com/Emyilmaz08
========
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.#
#.......#
#########
#########
#P......#
#..O*.@.#
#...*...#
#.......#
#....O..#
#########
#########
#P......#
#..O..O.#
#...*...#
#.....*.#
#...O*..#
#########
#########
#P......#
#..O..O.#
#...*...#
#.....*.#
#...@O*.#
#########
#########
#.......#
#.*O@.@.#
#...*..P#
#.....*.#
#...@@O.#
#########
#########
#....O..#
#.......#
#....**O#
#......@#
#.....@P#
#########
#########
#....@..#
#...@P@.#
#...*@..#
#....O..#
#....*O.#
#########
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment