[computer-go] Bug in GNU Go's twogtp.py?
Arend Bayer
arend.bayer at web.de
Thu Jan 18 10:08:49 PST 2007
Hi,
of course you are right, I will take care of fixing this.
The best place for bug reports to anything distributed with GNU Go is either
http://trac.gnugo.org/ or the GNU Go mailing list
(gnugo-devel-at-gnu-dot-org).
Arend
On 1/18/07, Peter Drake <drake at lclark.edu> wrote:
> The problem is in the play() method of the GTP_game class. When it's
> black's turn, we see this:
>
> self.moves.append(move)
> if string.lower(move[:4]) == "pass":
> passes = passes + 1
> if verbose >= 1:
> print "White passes"
> else:
> passes = 0
> self.whiteplayer.black(move)
> if verbose >= 1:
> print "Black plays " + move
>
> Shouldn't that be "Black passes" instead of "White passes"?
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://computer-go.org/pipermail/computer-go/attachments/20070118/e3b28bd7/attachment.htm
More information about the computer-go
mailing list