Skip to content

Commit

Permalink
Update variants.ini (+ Leaperhouse)
Browse files Browse the repository at this point in the history
I created a chess variant called Leaperhouse. Could you please add this variant ?
  • Loading branch information
Snowmoondaphne authored Nov 10, 2024
1 parent fbde758 commit 2cfc336
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions src/variants.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2010,3 +2010,37 @@ passOnStalemate = true

[andersanti:antichess]
passOnStalemate = true

# A 10x10 drop variant consisting of only Leapers, Shogi pawns, and Kings.
[leaperhouse]
variantTemplate = shogi
pieceToCharTable = PN...OU.CR.+Kpn...ou.cr.+k
maxFile = 10
maxRank = 10
pocketSize = 6
startFen = oncurkucno/10/pppppppppp/10/10/10/10/PPPPPPPPPP/10/ONCUKRUCNO[] w - - 0 1
pieceDrops = true
capturesToHand = true
shogiPawn = p
knight = n
customPiece1 = u:Z
customPiece2 = c:C
customPiece3 = r:GH
customPiece4 = o:AD
commoner = g
king = k
promotionRegionWhite = *8 *9 *10
promotionRegionBlack = *3 *2 *1
promotedPieceType = p:g
doubleStep = false
castling = false
perpetualCheckIllegal = true
dropNoDoubled = p
stalemateValue = loss
nMoveRule = 0
nFoldValue = loss
flagPiece = k
flagRegionWhite = *10
flagRegionBlack = *1
immobilityIllegal = true
mandatoryPiecePromotion = true

0 comments on commit 2cfc336

Please sign in to comment.