Skip to content

v1.1.0-alpha.1

Latest
Compare
Choose a tag to compare
@radi-cho radi-cho released this 24 Mar 18:24
· 3 commits to master since this release
  • 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.