View Single Post
Old Mar 23rd, 2008, 8:06 AM   #4
Sane
Programming Guru
 
Sane's Avatar
 
Join Date: Apr 2005
Posts: 1,798
Rep Power: 5 Sane will become famous soon enough
Re: Coder's Block Arena - The Game AI Platform

Sure, no problem.

And it's mentioned very briefly in the tutorial. It's a string of 9 characters (Yes, I know there are more efficient ways to represent it. But if I gave it as an integer that would ruin half the fun ).

000010221

Which, from top-left to bottom-right is:

000
010
221

Which is finally:

---
-X-
OOX

You always play as X for simplicity (my server flips the board for the second player).

Out of curiosity, which API are you using?
Sane is offline   Reply With Quote