From 7956f5342c2de1189ae796109059c465dd58fc35 Mon Sep 17 00:00:00 2001 From: TheYoBots Date: Mon, 21 Mar 2022 18:02:45 +0000 Subject: [PATCH] Break through for smaller boards in variants.ini --- src/variants.ini | 24 ++++++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) 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 -- 1.7.0.4