Chess Database/Analysis and playing program.
Features
- Ability to analyze positions remotely on powerful computers (more information coming soon).
- Instant Database position searches.
- Play vs the computer with levels that can work for strong and weak players (from club players to GMs).
- Opening book support. Ability to find holes in your repertoire (more information coming).
- DGT board support.
Screenshots
Techical Information:
To Build
- Run ./install.sh
- Execute ./chesspython/bin/python main.py
To load large databases
- Open via the UI in settings and select open reference database
To save large database location
- Go to the github.com/sshivaji/polyglot project. Switch to the leveldb branch
- Execute
sudo make install
- Copy/move polyglot leveldb index folder to kivy-chess/book/
To use DGT support
- Go to the DGT folder.
- Follow instructions under https://github.com/sshivaji/kivy-chess/tree/master/dgt
- Then go to the setup button and configure your DGT board.