Skip to content

Latest commit

 

History

History
executable file
·
28 lines (18 loc) · 1.09 KB

CHANGELOG.md

File metadata and controls

executable file
·
28 lines (18 loc) · 1.09 KB

Change Log

0.3.1 (2024-04-22)

  • Prevented automatic move before pawn substitution selected

0.3.0 (2022-10-22)

  • Player can now select pawn promotion piece upon reaching opponent's side
  • Board no longer resets immediately after game ends
  • Current selection is now cleared when game is reset
  • Fixed bug where AI player would make pointless sacrifice
  • Invalid selection and moves in check are now indicated with a jiggle animation
  • King now displays pulse animation when put in check

0.2.0 (2020-10-06)

  • Added support for castling and en passant maneuvers
  • Reduce minimum deployment target to iOS 11

0.1.1 (2020-10-01)

  • Fixed AI bug where enumerateThreats() wasn't filtered by AI player color
  • Fixed AI logic bug when deciding to advance pawns

0.1.0 (2020-09-30)

  • First release