Skip to content

Commit

Permalink
Fixed Pandemonium, added Parahouse (new variant)
Browse files Browse the repository at this point in the history
  • Loading branch information
Snowmoondaphne authored and ianfab committed May 21, 2022
1 parent ad76a91 commit e4cd9e5
Showing 1 changed file with 43 additions and 1 deletion.
44 changes: 43 additions & 1 deletion src/variants.ini
Original file line number Diff line number Diff line change
Expand Up @@ -720,6 +720,9 @@ perpetualCheckIllegal = true
nMoveRule = 0
nFoldValue = loss
stalemateValue = loss
flagPiece = k
whiteFlag = *9
blackFlag = *1

# 5x5 breakthrough
[breakthrough5:breakthrough]
Expand All @@ -743,4 +746,43 @@ maxFile = 7
maxRank = 7
startFen = ppppppp/ppppppp/7/7/7/PPPPPPP/PPPPPPP w 0 1
whiteFlag = *7
blackFlag = *1
blackFlag = *1

# Shogi + Strong pieces
[parahouse]
variantTemplate = shogi
pieceToCharTable = PNBR.Q.HD..++++.+.++Kpnbr.q.hd..++++.+.++k
maxFile = 9
maxRank = 9
pocketSize = 7
startFen = rnbdkhbnr/4q4/ppppppppp/9/9/9/PPPPPPPPP/4Q4/RNBHKDBNR[] w - - 0 1
customPiece1 = a:QN
customPiece2 = t:BNW
customPiece3 = s:RNF
castling = false
capturesToHand = true
pieceDrops = true
dropNoDoubled = p
immobilityIllegal = true
shogiPawn = p
knight = n
bishop = b
rook = r
queen = q
dragonHorse = h
bers = d
king = k
commoner = g
centaur = j
archbishop = c
chancellor = m
promotionRank = 7
promotedPieceType = p:g n:j b:c r:m q:a h:t d:s
doubleStep = false
perpetualCheckIllegal = true
nMoveRule = 0
nFoldValue = loss
stalemateValue = loss
flagPiece = k
whiteFlag = *9
blackFlag = *1

0 comments on commit e4cd9e5

Please # to comment.