thomasahle / sunfish

Sunfish: a Python Chess Engine in 111 lines of code
https://www.chessprogramming.org/Sunfish
Other
2.95k stars 543 forks source link

how to setup Sunfish with CuteChess ? #78

Closed tissatussa closed 3 years ago

tissatussa commented 3 years ago

i'm not a beginner with python and chess engines .. i see the file uci.py but how to use it ? :: which command should be entered in the CuteChess GUI ? i prefer the UCI protocol. I'm using Xubuntu 20.04

thomasahle commented 3 years ago

Check the instructions at https://github.com/thomasahle/sunfish#run-it It's better to use xboard now, since the uci.py module isn't that stable. However you can try it out if you'd like.

thomasahle commented 3 years ago

There is now an engines.json file, which should hopefully make it easy to integrate with cutechess.