Skip to content

Instantly share code, notes, and snippets.

@autocorr
Last active February 28, 2024 03:04
Show Gist options
  • Save autocorr/9b921fbc250af455f1914edfebc6ec54 to your computer and use it in GitHub Desktop.
Save autocorr/9b921fbc250af455f1914edfebc6ec54 to your computer and use it in GitHub Desktop.
# knight / commoner
# cannon / alfil
# rook / fers
# bishop / wazir
# queen / hopper
[biwakoshogi]
maxRank = 8
maxFile = 8
king = k
knight = n
commoner = m
cannon = c
alfil = a
rook = r
fers = f
bishop = b
wazir = w
queen = q
customPiece1 = h:gQ
customPiece2 = o:cfW
startFen = 2akhm2/3wf3/8/1o1Ooo2/2OOo1O1/8/3FW3/2MHKA2[] w - - 0 1
perpetualCheckIllegal = true
promotionPieceTypes = -
promotedPieceType = m:n a:c f:r w:b h:q
promotionRegionWhite = *1 *2 *3 *4 *5 *6 *7 *8
promotionRegionBlack = *8 *7 *6 *5 *4 *3 *2 *1
mandatoryPiecePromotion = true
capturesToHand = true
pieceDrops = true
pieceDemotion = true
dropPromoted = true
stalemateValue = loss
pocketSize = 6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment