Skip to content

Instantly share code, notes, and snippets.

@patrickgh3
Created March 31, 2020 18:59
Show Gist options
  • Save patrickgh3/5a1c4ccf081d588a44abf39d32f91370 to your computer and use it in GitHub Desktop.
Save patrickgh3/5a1c4ccf081d588a44abf39d32f91370 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
( the placeholder graphic for this is
blue
00000
.....
00000
.....
00000
so feel free to change it and delete this comment )
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 computer-y, 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
=======
( feel free to tweak )
.......
...###.
...#...
.q.#g..
...#...
...###.
.......
( feel free to tweak )
...###...
...###...
...###...
s..###..g
...###...
...###...
p..###...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment