Created
April 6, 2016 00:23
-
-
Save anonymous/9a6c5344466ec2ed1b09e45c4075584c to your computer and use it in GitHub Desktop.
title
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Play this game by pasting the script in http://www.puzzlescript.net/editor.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
title Add Man | |
author Adam Gashlin | |
homepage gashlin.net | |
key_repeat_interval 0.5 | |
noaction | |
======== | |
OBJECTS | |
======== | |
Background | |
Green | |
Zero | |
White | |
..... | |
.000. | |
.0.0. | |
.000. | |
..... | |
ZeroGoal | |
Blue DarkBlue | |
00000 | |
01110 | |
01010 | |
01110 | |
00000 | |
One | |
White | |
..... | |
..0.. | |
..0.. | |
..0.. | |
..... | |
OneGoal | |
Blue DarkBlue | |
00000 | |
00100 | |
00100 | |
00100 | |
00000 | |
Player | |
LightBlue | |
..... | |
..0.. | |
.000. | |
..0.. | |
..... | |
Wall | |
Grey | |
======= | |
LEGEND | |
======= | |
. = Background | |
P = Player | |
0 = Zero | |
O = ZeroGoal | |
1 = One | |
! = OneGoal | |
# = Wall | |
======= | |
SOUNDS | |
======= | |
================ | |
COLLISIONLAYERS | |
================ | |
Background | |
ZeroGoal, OneGoal, Wall | |
Player, Zero, One | |
====== | |
RULES | |
====== | |
[ > Player | Wall ] -> [ Player | Wall ] | |
[ > Player | Zero ] -> [ > Player | > Zero ] | |
[ > Player | One ] -> [ > Player | > One ] | |
[ > Zero | Zero ] -> [ > Zero | ] | |
[ > Zero | One ] -> [ > One | ] | |
[ > One | Zero ] -> [ > One | ] | |
[ > One | One ] -> [ > Zero | > One ] | |
============== | |
WINCONDITIONS | |
============== | |
All ZeroGoal on Zero | |
All OneGoal on One | |
======= | |
LEVELS | |
======= | |
P#O | |
.#. | |
1#. | |
..0 | |
!.. | |
.#... | |
..11. | |
.#..! | |
P#..O | |
.#..... | |
!#.1.1P | |
.#..... | |
.1... | |
O1..P | |
.1... | |
=.#... | |
=P#1!. | |
=.#... | |
=..0O. | |
=..... | |
=#...... | |
=#11111P | |
=###.... | |
=!##.... | |
=00000 | |
=0010! | |
=01P10 | |
=00100 | |
=00000 | |
#.... | |
#111P | |
##... | |
!#... | |
..!O!.. | |
.1.1.1. | |
...P... | |
.1.1.1. | |
..O!O.. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment