Created
February 4, 2014 20:12
-
-
Save anonymous/8811415 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 Blind Ninja | |
Author Connorses | |
background_color black | |
text_color red | |
======== | |
OBJECTS | |
======== | |
background | |
brown | |
player | |
black grey | |
.000. | |
.111. | |
1000. | |
.0.0. | |
..... | |
Enemy1 | |
black white | |
.000. | |
.101. | |
.000. | |
.0.0. | |
..... | |
s1 | |
white | |
.00.. | |
.000. | |
0..0. | |
....0 | |
..... | |
s2 | |
white | |
..0.. | |
...0. | |
...00 | |
..000 | |
.0... | |
s3 | |
white | |
..... | |
0.... | |
.0..0 | |
.000. | |
.00.. | |
s4 | |
white | |
...0. | |
.00.. | |
00... | |
00... | |
..0.. | |
a | |
red | |
..... | |
..... | |
..... | |
..... | |
..... | |
b | |
green | |
..... | |
..... | |
..0.. | |
..... | |
..... | |
c | |
yellow | |
..... | |
..... | |
.0.0. | |
..... | |
..... | |
block1 | |
white | |
.0.0. | |
0...0 | |
..... | |
0...0 | |
.0.0. | |
======= | |
LEGEND | |
======= | |
enemy = enemy1 | |
enemyc = enemy and c | |
s = s1 or s2 or s3 or s4 | |
playera = player and a | |
. = background | |
p = player | |
e = enemy1 | |
======= | |
SOUNDS | |
======= | |
sfx0 48771506 | |
sfx1 86111107 | |
(sfx1 17190907) | |
s1 create 95730307 | |
block1 create 59837900 | |
================ | |
COLLISIONLAYERS | |
================ | |
background | |
enemy, player | |
s | |
a | |
b, block1 | |
c | |
====== | |
RULES | |
====== | |
[s] -> [] | |
[a] -> [] | |
[block1] -> [] | |
[> player||enemy1] -> [|playera|s1] (x4) | |
[> player|enemy] -> [playera|s1](x4) | |
([enemy|s] -> [< enemy|s] still considering using this one) | |
[> player|no enemy] ->[|player] sfx1 | |
[player|...|no b] -> [player|...|b] | |
horizontal [enemy no c|...|b] -> [> enemy > c|...|b] | |
vertical [enemy no c|...|b] -> [> enemy > c|...|b] | |
[enemy|...|player] -> [> enemy > c|...|player] | |
[moving enemy|player] -> [stationary enemy|player] | |
late [enemy no a|player no block1] -> [enemy a|player block1] (x4?) | |
late [enemy no a|player block1] -> [enemy|s1] sfx0 (x4) | |
late [enemy|playera] -> [enemy|s1](x4) sfx0 | |
late [b] -> [] | |
late [c] -> [] | |
============== | |
WINCONDITIONS | |
============== | |
no enemy | |
======= | |
LEVELS | |
======= | |
Message A truly skilled duelist will not allow the fight to last for more than a single stroke. | |
Message It happens so fast, you can barely see it. | |
... | |
.e. | |
... | |
... | |
... | |
.p. | |
... | |
Message You can block an attack from a single opponent. | |
......e | |
.p.e... | |
.....e. | |
Message Do not allow them to flank you. | |
Message You cannot block multiple attacks! | |
..... | |
..... | |
.ep.e | |
..... | |
..... | |
Message You also cannot block just after attacking. | |
Message The enemy can move in and hit you. | |
....... | |
.e..... | |
.e..... | |
....... | |
....e.. | |
....e.. | |
....... | |
...e... | |
...e... | |
....... | |
...p... | |
....... | |
....... | |
Message Watch carefully, your opponent, and anticipate his every move. | |
e...e | |
..... | |
..... | |
...p. | |
e...e | |
..... | |
.e... | |
...pe | |
.e... | |
..... | |
............... | |
............ee. | |
............... | |
...p..ee....... | |
.........ee.... | |
............... | |
............... | |
e.....e | |
..e.... | |
.e..... | |
...p.e. | |
....... | |
....... | |
e.....e |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment