Skip to content

Releases: RSG-Group/Chess

v1.1.0-alpha.1

24 Mar 18:24
Compare
Choose a tag to compare
  • Add simple chess algorithm;
  • Add threefold repetition; (in progress)
  • Add the Fifty move rule;
  • Add strong AI using minimax algorithm; (partly done)
  • Use a/b pruning to improve the minimax;
  • Adapt the UI and improve the settings.