Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 329 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 329 Bytes

chess

Predict best moves for chess.com

Run on host

Install poetry

apt install stockfish

poetry run python -m chess_cheater.cli <cheater name>

Run in docker

docker build -t cc .
docker run  -p 8080:8080 --rm cc

Happy cheating