Last active
February 28, 2024 03:04
-
-
Save autocorr/9b921fbc250af455f1914edfebc6ec54 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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