sub g{$n=$_[0]+8*$_[1];$_[2]?$p[$n]=$_[2]:$p[$n]}sub d{print"\nXY?
";($x,$y)=split'',<>;&k||&d;l(@{&o})}sub o{@g=@q;my@e=([$x,$y]);N:for$
+i
(@g){my@t;map{$u=$x+(${$i}[0]*$_);$v=$y+(${$i}[1]*$_);next N if!(p($u,
+$v
)&&($r=g($u,$v)));$r eq$n[$w]?(@e=(@e,@t),next N):push@t,[$u,$v]}1..7}
\@e}sub p{1<grep$_<8&&$_>-1,@_}sub l{g(@$_,$n[$w])for@_}sub f{my@j;for
(@c){($x,$y)=n($_);next if!&k;push@j,&o}@j=sort{@$b<=>@$a}@j;l(@{$j[0]
+}
)}sub n{($_[0]%8,$_[0]>>3)}@z=(1,-1,0);for$e(@z){push@q,[$e,$_]for@z}
pop@q;@c=0..63;@p[27,28,35,36]=(@n=qw(@ O O @));while(grep!$p[$_],@c){
print+join'',(map{($x,$y)=n($_);(g(n($_))||'+').($x>6?"$y\n":'')}@c),
0..7,"\n";($w=!$w)?&d:&f}print+(grep$p[$_]eq'@',@c)>32?"U":"I"," win
";sub k{!g($x,$y)&&(grep{p(@d=($x+${$_}[0],$y+${$_}[1]))&&g(@d)}@q)}
Further to my previous post. Again, not really obfu, more condensation, but I think it packed quite small.
In reply to YAPGame
by Jasper
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
|
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.