Skip to content

Instantly share code, notes, and snippets.

@dario-zubovic
Created May 30, 2019 12:15
Show Gist options
  • Save dario-zubovic/1c97566b136d707e1de412d275593fa6 to your computer and use it in GitHub Desktop.
Save dario-zubovic/1c97566b136d707e1de412d275593fa6 to your computer and use it in GitHub Desktop.
7x7 Basic
title 7x7 Simple Block Pushing Game
author Stephen Lavelle
homepage www.puzzlescript.net
sprite_size 7
========
OBJECTS
========
Background
LIGHTGREEN GREEN
1111111
0111101
1110111
1111101
1101111
1111111
1010011
Target
DarkBlue
.......
.......
..000..
..0.0..
..000..
.......
.......
Wall
BROWN DARKBROWN
0001000
1111111
0100000
1111111
0000100
1111111
0001000
Player
Black Orange White Blue
.......
..000..
..111..
.22222.
..333..
..3.3..
.......
Crate
Orange Yellow
0000000
0.....0
0.....0
0.....0
0.....0
0.....0
0000000
=======
LEGEND
=======
. = Background
# = Wall
P = Player
* = Crate
@ = Crate and Target
O = Target
=======
SOUNDS
=======
Crate MOVE 36772507
================
COLLISIONLAYERS
================
Background
Target
Player, Wall, Crate
======
RULES
======
[ > Player | Crate ] -> [ > Player | > Crate ]
==============
WINCONDITIONS
==============
All Target on Crate
=======
LEVELS
=======
####..
#.O#..
#..###
#@P..#
#..*.#
#..###
####..
######
#....#
#.#P.#
#.*@.#
#.O@.#
#....#
######
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment