Skip to content

Instantly share code, notes, and snippets.

@JackLance
Created August 8, 2019 01:59
Show Gist options
  • Select an option

  • Save JackLance/16adeb81efac3169402d142e3d2795f5 to your computer and use it in GitHub Desktop.

Select an option

Save JackLance/16adeb81efac3169402d142e3d2795f5 to your computer and use it in GitHub Desktop.
_______________ (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
title _______________
========
OBJECTS
========
Background
white
Yellow
yellow
Brown
brown
Player
blue
Wall
black
=======
LEGEND
=======
. = Background
# = wall
P = Player
b = brown
y = yellow
=======
SOUNDS
=======
================
COLLISIONLAYERS
================
Background
yellow
Player, brown, wall
======
RULES
======
[ > Player | Brown ] -> [ > Player | > Brown ]
(this could be absorbing, destroying, collecting, eating, etc. depending on theming/sounds and such)
late [Brown Yellow] -> [Brown]
==============
WINCONDITIONS
==============
No Yellow
=======
LEVELS
=======
#######
#p....#
#.b...#
#..yy##
#..yy##
#..####
#######
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment