Break through for smaller boards in variants.ini
authorTheYoBots <yohaan.nathanjw@gmail.com>
Mon, 21 Mar 2022 18:02:45 +0000 (18:02 +0000)
committerFabian Fichter <ianfab@users.noreply.github.com>
Tue, 22 Mar 2022 17:32:16 +0000 (18:32 +0100)
src/variants.ini

index 2cadcf9..7683cfa 100644 (file)
@@ -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