From: Fabian Fichter Date: Sat, 7 Nov 2020 20:09:20 +0000 (+0100) Subject: Delay adjudication in janggimodern variant X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=7b0b1b9cd3cdcdc4f61b3e88bc2041d90b35703e;p=fairystockfish.git Delay adjudication in janggimodern variant --- diff --git a/src/variant.cpp b/src/variant.cpp index bd444cf..6932d3e 100644 --- a/src/variant.cpp +++ b/src/variant.cpp @@ -946,6 +946,7 @@ namespace { v->materialCounting = JANGGI_MATERIAL; v->moveRepetitionIllegal = true; v->nFoldRule = 4; // avoid nFold being triggered before move repetition + v->nMoveRule = 100; // avoid adjudication before reaching 200 half-moves return v; } // Casual rules of Janggi, where bikjang and material counting are not considered