Skip to content

Instantly share code, notes, and snippets.

Created March 27, 2014 22:00
Show Gist options
  • Save anonymous/9819991 to your computer and use it in GitHub Desktop.
Save anonymous/9819991 to your computer and use it in GitHub Desktop.
title
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
run_rules_on_level_start
========
OBJECTS
========
r
red
..00.
.0000
.0000
..00.
.....
o
orange
..00.
.0000
.0000
..00.
.....
y
yellow
..00.
.0000
.0000
..00.
.....
g
green
..00.
.0000
.0000
..00.
.....
b
blue
..00.
.0000
.0000
..00.
.....
p
purple
..00.
.0000
.0000
..00.
.....
background
black darkgreen
10000
10000
10000
10000
11111
player1
lightgreen
.0..0
.....
.....
.0..0
.....
player2
white
.00.0
....0
.0...
.0.00
.....
clear
white
rand
black
=======
LEGEND
=======
color = r or o or y or g or b or p
color2 = r or o or y or g or b or p
. = background
? = rand
+ = rand and player1
player = player1 or player2
=======
SOUNDS
=======
================
COLLISIONLAYERS
================
background
clear
color, rand
player
======
RULES
======
[rand] -> [random color]
[action player1] -> [player2]
[action player2] -> [player1]
[> player2 color|color2] -> [color2|player1 color]
down [color| ] -> [> color| ] again
[clear color] -> [ ]
[r|r|r] -> [clear r|clear r|clear r] again
[o|o|o] -> [clear o|clear o|clear o] again
[y|y|y] -> [clear y|clear y|clear y] again
[g|g|g] -> [clear g|clear g|clear g] again
[b|b|b] -> [clear b|clear b|clear b] again
[p|p|p] -> [clear p|clear p|clear p] again
==============
WINCONDITIONS
==============
=======
LEVELS
=======
+???????
????????
????????
????????
????????
????????
????????
????????
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment