Skip to content

Instantly share code, notes, and snippets.

@lakoilija
Created September 11, 2020 08:21
Show Gist options
  • Save lakoilija/ca68d4dc3f0cc071d8cd87bbf854da10 to your computer and use it in GitHub Desktop.
Save lakoilija/ca68d4dc3f0cc071d8cd87bbf854da10 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
01010
10100
00010
10100
00110
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
=======
#########
#########
#########
#o.*..p##
####*####
####o####
#########
#########
#p###...#
#..#..#.#
##...##.#
######..#
#o....*.#
#########
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment