From 2d751df18424809b7f9ba2e23237d410a5af434e Mon Sep 17 00:00:00 2001 From: Fabian Fichter Date: Fri, 31 Mar 2023 18:26:25 +0200 Subject: [PATCH] Add more variant configs --- src/variants.ini | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/src/variants.ini b/src/variants.ini index 73f9ad6..f444043 100644 --- a/src/variants.ini +++ b/src/variants.ini @@ -833,3 +833,20 @@ flagRegionBlack = *1 immobilityIllegal = true mandatoryPiecePromotion = true +# Cross derby +# Pawns promote to a knight on the 8th rank. Checkmate or stalemate your opponent to win the game. +# https://www.chess.com/variants/cross-derby +[crossderby:chess] +queen = - +rook = - +bishop = - +startFen = n*nnnn*k/**pppp**/pp4pp/8/8/PP4PP/**PPPP**/K*NNNN*N w - - 0 1 +stalemateValue = loss + +# Elimination chess +# Eliminate all the opponents' pieces but one to win. No checkmates, capturing is compulsory +# https://www.chess.com/variants/elimination-chess +[elimination:giveaway] +extinctionValue = loss +stalemateValue = loss +extinctionPieceCount = 1 -- 1.7.0.4