gnugo-devel
[Top][All Lists]
Advanced

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

[gnugo-devel] [BUG?] 3 passes to end a game?


From: Hideki Kato
Subject: [gnugo-devel] [BUG?] 3 passes to end a game?
Date: Wed, 28 Jun 2006 21:59:27 +0900

Hello, I'm Kato from Japan.

Firstly, thank you for providing such a great code.

I found that the sequence
 computer passes and I pass 
doesn't end the game (in ascii mode).

I believe two passes make games end in Go.

I guess, near line 1166 in play_ascii.c, begining of do_pass(), following chunk 
is necessary.
  if (*passes == 2)
    return 0;

Thank you.
-- 
Hideki Kato <mailto:address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]