The AI that kills chess.
This application will help you analyse chess position as a sub-window.
- Add template's info and O.P, I.P points.
For old features, visit Change Log.
Option 1: Install .exe file.
- Open .exe file once for 'setting.json' being made. Then modified it and enjoy.
Notice: Your browser may report this file as not usually downloaded. Report its safety will help me a lot!
- Clone the repository.
git clone https://github.com/Linos1391/ChessAI.git
cd ChessAI
- Install the required python packages.
pip install -r requirements.txt
- Go to download page and install Stockfish that support your device.
- Open ChessAI/setting.json file.
{
"ChessAI": {
"Engine": "", <-- Put your Stockfish path here (.exe)
"Analyse Every Move": false,
"Elo": 1350,
"Current Template": "Chesscom"
},
"Stockfish": {
"Debug Log File": "",
"UCI_Chess960": false,
"Min Split Depth": 0,
"Threads": 1,
"Hash": 16
}
}
Run the run.py file.
python run.py
This application was initially designed for analysing Chess World Cup livestreams and educational purposes. Please don't use this for any unethical reasons. Any damages from abusing this application will not be the responsibility of the author.