Skip to content

Instantly share code, notes, and snippets.

@peow2373
Created September 16, 2020 20:28
Show Gist options
  • Save peow2373/17a8d4d9263e34598ca2aea2f25d5563 to your computer and use it in GitHub Desktop.
Save peow2373/17a8d4d9263e34598ca2aea2f25d5563 to your computer and use it in GitHub Desktop.
Solve the puzzle and bribe the fuzz to get out of trouble!
title Solve the Puzz to escape the Fuzz
author Perry Owens
homepage https://peow2373.wixsite.com/portfolio
again_interval 0.1
========
OBJECTS
========
Background
LightBlue
Target
Blue
Wall
DarkGray
Player
Black
Crate
#85bb65
=======
LEGEND
=======
. = Background
# = Wall
P = Player
* = Crate
@ = Crate and Target
O = Target
Obj = Player or Wall
=======
SOUNDS
=======
Crate MOVE 36772507
Sfx3 44148700
================
COLLISIONLAYERS
================
Background
Target
Player, Wall, Crate
======
RULES
======
[ > Player | Crate ] -> [ > Player | > Crate ]
[ > Player | Target ] -> [ Player | Target ]
late [ Crate Target ] -> Sfx3
late [ Crate Target ] -> [ NO Crate NO Target ]
random left [ Player | Crate | no Obj ] -> [ | Player | Crate ] again
==============
WINCONDITIONS
==============
NO Target
=======
LEVELS
=======
#########
#O.P..*.#
#.###...#
#....##O#
#O*#..#*#
#..#O.*.#
#...*.#.#
#O.*..O.#
#########
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment