From: TheYoBots Date: Mon, 21 Mar 2022 18:02:45 +0000 (+0000) Subject: Break through for smaller boards in variants.ini X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=7956f5342c2de1189ae796109059c465dd58fc35;p=fairystockfish.git Break through for smaller boards in variants.ini --- diff --git a/src/variants.ini b/src/variants.ini index 2cadcf9..7683cfa 100644 --- a/src/variants.ini +++ b/src/variants.ini @@ -732,3 +732,27 @@ perpetualCheckIllegal = true nMoveRule = 0 nFoldValue = loss stalemateValue = loss + +# 5x5 breakthrough +[breakthrough5:breakthrough] +maxFile = 5 +maxRank = 5 +startFen = ppppp/ppppp/5/PPPPP/PPPPP w 0 1 +whiteFlag = *5 +blackFlag = *1 + +# 6x6 breakthrough +[breakthrough6:breakthrough] +maxFile = 6 +maxRank = 6 +startFen = pppppp/pppppp/6/6/PPPPPP/PPPPPP w 0 1 +whiteFlag = *6 +blackFlag = *1 + +# 7x7 breakthrough +[breakthrough7:breakthrough] +maxFile = 7 +maxRank = 7 +startFen = ppppppp/ppppppp/7/7/7/PPPPPPP/PPPPPPP w 0 1 +whiteFlag = *7 +blackFlag = *1 \ No newline at end of file