Running instance playable at: https://lichess.org/@/schach-KI
sudo apt-get install python3
git clone https://github.com/Andy2903/chess-AI.git
python3 -m pip install -r requirements.txt
cd path/to/lichess-bot/engines/chess-AI
pyInstaller uci.py
Using UCI
python3 path/to/chess-AI/uci.py
Using lichess-bot
- Requires the engine to be compiled
git clone https://github.com/ShailChoksi/lichess-bot.git
cp -r path/to/chess-AI path/to/lichess-bot/engines
- Follow instructions in
README.md
from lichess-bot - Set
engine.name
inpath/to/lichess-bot/config.yml
tochess-AI/dist/uci
python3 path/to/lichess-bot/lichess-bot.py