From d1f4726b60500685f1b9913eee399ffff43fa9fc Mon Sep 17 00:00:00 2001 From: Fabian Fichter Date: Fri, 27 Sep 2019 09:01:31 +0200 Subject: [PATCH] Support "coffeehouse" chess Crazyhouse with mandatory captures. --- src/variants.ini | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/variants.ini b/src/variants.ini index 4150113..c55fee2 100644 --- a/src/variants.ini +++ b/src/variants.ini @@ -165,6 +165,10 @@ startFen = rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR[] w KQkq - 3+3 0 1 checkCounting = true +# Crazyhouse with mandatory captures, using crazyhouse as a template +[coffeehouse:crazyhouse] +mustCapture = true + # Hybrid variant of antichess and losalamos [anti-losalamos] pawn = p -- 1.7.0.4