Code: Select all
boardsize 30
? unacceptable size (Board::MAX_LEN is 29, consider increasing and recompiling)Code: Select all
boardsize 30
? unacceptable size (Board::MAX_LEN is 29, consider increasing and recompiling)Thank you for your answer, I'm very grateful for GoGUI (twogtp), I like it a lot, and I use it often.Rémi wrote:you should be able to play on larger sizes by recompiling:
Here is an experimental compile from the current master:Amigo wrote:wonderful! can a new version appear within a month? I don't know how to run or compile master branch
I'll prepare a proper release in 1-2 weeks, probably.And wrote:thank you! I tried katago on boards 37 and 52 - it works! gogui-twogtp is not available yet, do I understand correctly?
This release does not provide .exe files, so you have to use java to open the jar file. so, instead ofAmigo wrote:I can't start gogui-twogtp (windows). is it different in the new version? can you give an example?
Code: Select all
gogui-twogtp.exeCode: Select all
java -jar gogui-twogtp.jargogui-twogtp has a "-maxmoves" command-line option. So you can run with -maxmoves 100000 if you wish to increase it. I will modify the code to set a default value that depends on the board size, but I won't prepare a new release just for that.And wrote:on board 37, after 1000 moves, the game stops (gogui-twogtp). how can I remove the restriction?