Last active
July 4, 2022 08:43
-
-
Save hcs64/2f2cac0a2d3ec102806b881a8d5732d8 to your computer and use it in GitHub Desktop.
Original Add Man
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