RE: [computer-go] Fast Board implementation

2006-12-19 Thread Don Dailey
On Tue, 2006-12-19 at 02:21 -0500, House, Jason J. wrote: > On the down side, I noticed a significant lack of documentation and > difficult to find get it at my fingertips. Yes, I had this problem too - you do have to do a lot of digging to figure out some things. I actually had quite a bit o

RE: [computer-go] Fast Board implementation

2006-12-19 Thread Don Dailey
On Tue, 2006-12-19 at 02:21 -0500, House, Jason J. wrote: > The const keyword has been completely removed from the language and > makes it hard to force such restrictions on "library users". I use const all the time in my C code but only for myself - almost like a comment in the source code sayi

Re: [computer-go] libgoboard v 0.93.1

2006-12-19 Thread Urban Hafner
On 12/18/2006, "£ukasz Lew" <[EMAIL PROTECTED]> wrote: >> I haven't had much time to look at the code, but it seems like the board >> is hard coded to 9x9. How easy is it to change the size? Do I just have >> to change the boardsize constant (resp. make it into a variable if I >> want to set the b