Skip to content

Instantly share code, notes, and snippets.

@lakoilija
Created September 16, 2020 10:31
Show Gist options
  • Save lakoilija/5b3a7e3417f75e3939893f93baf022f1 to your computer and use it in GitHub Desktop.
Save lakoilija/5b3a7e3417f75e3939893f93baf022f1 to your computer and use it in GitHub Desktop.
8 levels .exe.1 (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
title 8 levels .exe.1
author aleksi tuominen
homepage www.puzzlescript.net
========
OBJECTS
========
Background
GREEN lightgreen
00100
10001
00010
01000
00000
Target
darkblue
Wall
red black
01010
11111
00100
11111
01010
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....*.#
#########
#########
#...o####
#.*######
#p*.o####
#.*######
#...o####
#########
#########
#####o#o#
#...#*#*#
#.*.....#
#.#*p*#*#
#o#o#o#o#
#########
#########
#o.*.*.o#
###...###
#o*p.*.o#
###...###
#o.*.*.o#
#########
#########
###p.*o##
#o.*....#
#o.*.*.*#
#####.#.#
#####o#o#
#########
#########
#o.*.*.o#
###....##
#..p.####
#*##..###
#o##.*.o#
#########
#########
###o.*.##
######.##
###.*..o#
##..##.##
#p.#o*.##
#########
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment