Skip to content

Instantly share code, notes, and snippets.

@lakoilija
Created September 9, 2020 11:04
Show Gist options
  • Save lakoilija/86e5b023ed128ebdd8dbaddd38673a91 to your computer and use it in GitHub Desktop.
Save lakoilija/86e5b023ed128ebdd8dbaddd38673a91 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
red black
00100
11111
10010
11111
00100
Player
black orange
..11.
.0000
.0000
.0000
..00.
Crate
gray black
11111
00000
11111
00000
11111
=======
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..*...#
#########
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment