Advertisement
Guest User

shogun

a guest
Oct 20th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # Attempted variant "Shogun Chess" by CouchTomato87, for use in Fairy-Stockfish
  2.  
  3. [shogun:chess]
  4.  
  5. startFen = rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR[ACac] w KQkq - 0 1
  6.  
  7. archbishop = a
  8. chancellor = c
  9. commoner = g
  10.  
  11. promotionRank = 7
  12. promotionLimit = q:1 a:1 c:1
  13. promotionPieceTypes = g
  14. promotedPieceType = r:c b:a n:c
  15.  
  16. pocketSize = 9
  17.  
  18. pieceDrops = true
  19. capturesToHand = true
  20.  
  21. flagPiece = k
  22. whiteFlag = d8 e8
  23. blackFlag = d1 e1
  24. flagMove = true
  25.  
  26. # TODO: Restrict Queen drops to the throne room. Prevent pawn drops onto files with a pawn already present.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement