Skip to content

Instantly share code, notes, and snippets.

@lakoilija
Created September 2, 2020 10:57
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lakoilija/3a648b8c6de6d4daa11520743b6a5926 to your computer and use it in GitHub Desktop.
Save lakoilija/3a648b8c6de6d4daa11520743b6a5926 to your computer and use it in GitHub Desktop.
best game 1.exe (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
title best game 1.exe
author Herra Modeemi
homepage www.puzzlescript.net
========
OBJECTS
========
Background
GREEN lightgreen
00100
10001
00010
01000
00000
Target
DarkBlue
Wall
white
Player
black orange
..11.
.000.
.000.
.000.
..00.
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