Skip to content

Commit

Permalink
Khan's chess & Shinobi Chess+ (fairy-stockfish#778)
Browse files Browse the repository at this point in the history
  • Loading branch information
yjf2002ghty authored Apr 22, 2024
1 parent c0a94e4 commit 0e89b9a
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions src/variants.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1927,3 +1927,46 @@ customPiece2 = p:mW
connectValue = loss
stalemateValue = win
connectPieceTypes = m

#https://www.pychess.org/variants/shinobiplus
[shinobiplus:crazyhouse]
pieceToCharTable = -
commoner = c
bers = d
dragonHorse = f
archbishop = j
fers = m
shogiKnight = h
lance = l
promotionRegionWhite = *7 *8
promotionRegionBlack = *1 *2 *3
promotionPieceTypes = -
promotedPieceType = p:c m:b h:n l:r
mandatoryPiecePromotion = true
stalemateValue = loss
nFoldRule = 4
perpetualCheckIllegal = true
startFen = rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/4K3[JDFCLHM] w kq - 0 1
capturesToHand = false
whiteDropRegion = *1 *2 *3 *4
immobilityIllegal = true
flagPiece = k
flagRegionWhite = *8
flagRegionBlack = *1

#https://www.pychess.org/variants/khans
[khans:chess]
pieceToCharTable = -
centaur = h
knibis = a
kniroo = l
customPiece1 = t:mNcK
customPiece2 = s:mfhNcfW
promotionPawnTypesBlack = s
promotionPieceTypesBlack = t
stalemateValue = loss
nMoveRuleTypesBlack = s
flagPiece = k
flagRegionWhite = *8
flagRegionBlack = *1
startFen = lhatkahl/ssssssss/8/8/8/8/PPPPPPPP/RNBQKBNR w KQ - 0 1

0 comments on commit 0e89b9a

Please sign in to comment.