ryanb / govsgo

Rails 3 app for playing the board game Go online.
http://govsgo.com
MIT License
140 stars 23 forks source link

GNU Go Timeout #48

Open ryanb opened 13 years ago

ryanb commented 13 years ago

Sometimes it's possible for GNU Go to get stuck and take forever to determine a move. This happened in game 11832. For a quick fix I should just make it so GNU Go resigns the game in those rare cases. Currently it gets stuck in a loop trying to determine the best move.

PJensen commented 13 years ago

Is it possible to drop GNU/Go's level temporarily, play the move, then set it back to the prior level? Curious if this is a known issue w/ GNU/Go.

ryanb commented 13 years ago

Probably. That's a good idea.

PJensen commented 13 years ago

See: 3.9.4 Other options affecting strength and speed located @ http://www.gnu.org/software/gnugo/gnugo_3.html#SEC3

ryanb commented 13 years ago

Thanks, this should be a fairly easy addition. I haven't had a chance to work on Go vs Go recently but I'll look into it when I do.