Skip to content

Instantly share code, notes, and snippets.

@lakoilija
Created August 26, 2020 11:04
Show Gist options
  • Save lakoilija/ec2be755268d99737f9478d0d75e0e35 to your computer and use it in GitHub Desktop.
Save lakoilija/ec2be755268d99737f9478d0d75e0e35 to your computer and use it in GitHub Desktop.
best game 1 (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
title best game 1
author herramodeemi
homepage www.puzzlescript.net
========
OBJECTS
========
Background
GREEN lightgreen
00100
10001
00010
01000
00000
Target
DarkBlue
Wall
BROWN
Player
Blue black orange
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