![]() |
|
Perl: the Markov chain saw | |
PerlMonks |
Re: Checking Tic-Tac-Toe Win conditions?by dragonchild (Archbishop) |
on Sep 26, 2004 at 16:53 UTC ( [id://393974]=note: print w/replies, xml ) | Need Help?? |
One alternative, similar to the regex, is to use bit-wise AND. So, you'd create a bitmap of your board using vec() and compare it to known win conditions (which can be pre-generated). This is a very C-ish way of doing it.
------
Then there are Damian modules.... *sigh* ... that's not about being less-lazy -- that's about being on some really good drugs -- you know, there is no spoon. - flyingmoose I shouldn't have to say this, but any code, unless otherwise stated, is untested
In Section
Seekers of Perl Wisdom
|
|