Skip to content

Instantly share code, notes, and snippets.

@patrickgh3
Created March 29, 2020 18:13
Show Gist options
  • Save patrickgh3/55ec026adcc39b37876407c2f8cb7664 to your computer and use it in GitHub Desktop.
Save patrickgh3/55ec026adcc39b37876407c2f8cb7664 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
gray
Player1
blue
Overlay
blue
00000
.....
00000
.....
00000
Switcher
pink
Player2
red
Wall
darkgreen
Goal
green
=======
LEGEND
=======
. = Background
# = Wall
p = Player1
r = Player1 and Wall
s = Switcher
q = Player2
g = Goal
Player = Player1 or Player2
=======
SOUNDS
=======
================
COLLISIONLAYERS
================
Background
Goal
Wall, Player2
Overlay
Switcher
Player1
======
RULES
======
( this could be painting, slime trail, something abstract, etc. depending on the theming )
[ Player1 no Overlay ] -> [ Player1 Overlay ]
late [ Player1 Switcher ] -> [ Player2 ]
late [ Player2 ] [ Overlay Wall ] -> [ Player2 ] [ ]
late [ Player2 ] [ Overlay no Wall ] -> [ Player2 ] [ Wall ]
==============
WINCONDITIONS
==============
any Player2
all Player2 on Goal
=======
LEVELS
=======
.......
...###.
...#...
.q.#g..
...#...
...###.
.......
...###...
...###...
...###...
s..###..g
...###...
...###...
p..###...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment