Skip to content

Instantly share code, notes, and snippets.

@jcmiller11
Last active August 27, 2023 16:33
Show Gist options
  • Select an option

  • Save jcmiller11/8989c8389b909624884bc9df5f07a467 to your computer and use it in GitHub Desktop.

Select an option

Save jcmiller11/8989c8389b909624884bc9df5f07a467 to your computer and use it in GitHub Desktop.
test2 (PSBS Project)
Play this game by pasting the script in https://auroriax.github.io/PuzzleScript/editor.html
title Simple Block Pushing Game
author David Skinner
homepage www.puzzlescript.net
case_sensitive
========
OBJECTS
========
Background
lightgreen green
11111
01111
11101
11111
10111
Target
darkblue
.....
.000.
.0.0.
.000.
.....
Wall
brown darkbrown
00010
11111
01000
11111
00010
Player
black orange white blue
.000.
.111.
22222
.333.
.3.3.
Player2 2 copy:Player
red blue black grey
Crate
orange
00000
0...0
0...0
0...0
00000
crate
red
00000
0...0
0...0
0...0
00000
=======
LEGEND
=======
. = Background
# = Wall
P = Player
* = Crate
% = crate
@ = Crate and Target
O = Target
=======
SOUNDS
=======
Crate move 36772507
================
COLLISIONLAYERS
================
Background
Target
Player, Wall, Crate, Player2, crate
======
RULES
======
[ > Player | Crate ] -> [ > Player | > Crate ]
==============
WINCONDITIONS
==============
all Target on Crate
=======
LEVELS
=======
####..
#.O#..
#..###
#@P..#
#..*.#
#..###
####..
######
#....#
#.#P.#
#.*@.#
#.O@.#
#....#
######
DCBA
HGFE
LKJI
ABCD
EFGH
IJKL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment