Skip to content

Instantly share code, notes, and snippets.

@sfiera
Last active June 27, 2023 09:32
Show Gist options
  • Save sfiera/1f4a88eb8a80d4485720a0858e652e30 to your computer and use it in GitHub Desktop.
Save sfiera/1f4a88eb8a80d4485720a0858e652e30 to your computer and use it in GitHub Desktop.
title Wide Player
author sfiera
homepage www.puzzlescript.net
========
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.
Crate
orange
00000
0...0
0...0
0...0
00000
Temp
red
=======
LEGEND
=======
. = Background
# = Wall
P = Player
* = Crate
@ = Crate and Target
O = Target
Solid = Player or Crate or Wall
=======
SOUNDS
=======
Crate move 36772507
================
COLLISIONLAYERS
================
Background
Target
Player, Wall, Crate
Temp
======
RULES
======
[ > Player | Crate ] -> [ > Player | > Crate ]
[ > Solid | stationary Solid ] -> [ stationary Solid | stationary Solid ]
[ moving Player | stationary Player ] -> [ stationary Player | stationary Player ]
==============
WINCONDITIONS
==============
all Target on Crate
=======
LEVELS
=======
#####...
#..O#...
#...####
#@PP...#
#...*..#
#...####
#####...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment