[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Internal representation of the board



At 12:31 PM 3/29/99 +0200, Maurizio M. Gavioli wrote:
>A very small and low level detail...
>
>At 10.08 28/03/99 -0800, David Fotland wrote:
>
>>I use a 19x19 board representation, so checking the 2 or 3 or 4 adjacent
>>points
>>has a little bit of overhead.  If I had to start over I would use a 21x21
>>board
>>to make this faster, but it's too late now to rewrite all that code :(
>>
>>David
>
>Thanks to you all for the very enlightening discussion!!
>
>Anyway, coming back to the topic. I discovered that even 21x21 board
>representation is not enough and I need 23x23, mainly for liberty count.

	A key point for OO design is that the better a design simulates the real
world, the better the design is, period.

-- Mousheng Xu