💡📝Sam Trenholme wrote on Sat, Sep 26, 2009 10:14 PM UTC:
OK, I've updated Winboard to version 4.4.0 (there was some minor tweaking I had to do to get it to compile in the version of MinGW/MSYS I use; notably there is no included help file) and was having problems with one side or the other losing on time unless I
Gave each side 40 seconds to do 40 moves (too slow for what we're doing)
Disabled pondering with -xponder
Here is the shell script I currently use for having Joker80 play itself:
- Gave each side 40 seconds to do 40 moves (too slow for what we're doing)
- Disabled pondering with -xponder
Here is the shell script I currently use for having Joker80 play itself: While there still is the occasional game won on time, most of the time the game ends in checkmate or draws by repetition.Note that I also hacked backend.c to remove the popup that tells you the match results at the end of a match.