Skip to content

1.4.3

Latest
Compare
Choose a tag to compare
@alexobviously alexobviously released this 30 May 12:13
· 3 commits to main since this release
  • Separated the ideas of 'castling piece' and 'royal piece'. PieceType now has a castling field which determines whether a piece can castle. By default this is equal to royal, so most users don't need to worry about it - this is backwards compatible.
  • The non-royal king in Kinglet chess can now castle.
  • Variant: Extinction (MiscVariants.extinction()): game ends when a player doesn't have at least one of each piece type.