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

RE: computer-go: Sharing Go modules



They serialize the 2 dimensional array, thus the right edge for a line
becomes the left edge for the next line. In a 21x21 square, then you have 2
empty between each line, providing a left and a right margin of 2. Took me a
while to figure that out. Not before I asked a similar question myself on
the list.

> -----Original Message-----
> From: birk@xxxxxxxxxxxxxxxxx [mailto:birk@xxxxxxxxxxxxxxxxx]
> Sent: Wednesday, 16 May, 2001 15:50
> To: computer-go@xxxxxxxxxxxxxxxxx
> Cc: birk@xxxxxxxxxxxxxxxxx
> Subject: RE: computer-go: Sharing Go modules
> 
> 
> "Mark Boon" <tesuji@xxxxxxxxxxxxxxxxx> wrote:
> 
> > In the early days I started out with a 21x21 array too, 
> until I realized it
> > was a mistake. You get a two-point border at the sides, but 
> only a one-point
> > border at the top and bottom.
> 
> Can you explain that? The board is 19x19; if you center it on a 21x21
> grid that leaves you with a one point boundary all around. You only
> "waste" 4 corner points (0,0),(20,0),(0,20),(20,20).
> 
> Christoph
> 
> 
>