Releases: RSG-Group/Chess
Releases · RSG-Group/Chess
v1.1.0-alpha.1
- Add simple chess algorithm;
- Add threefold repetition; (in progress)
- Add the Fifty move rule;
- Add strong AI using minimax algorithm; (
partlydone) - Use a/b pruning to improve the minimax;
- Adapt the UI and improve the settings.