romstad / Chess.jl

Julia chess programming library.
https://romstad.github.io/Chess.jl/dev/
Other
103 stars 17 forks source link

Tablebase support #7

Open oscardssmith opened 3 years ago

oscardssmith commented 3 years ago

Are there plans to allow reading of syzygy or gaviota TBs from this library? Imo, if that was added, this would be at feature parity with Python Chess.

romstad commented 3 years ago

Yes, syzygy tablebase support is planned, but I don't know how soon it will be done.

markus7800 commented 2 years ago

A while back I translated the python-chess syzygy implementation to Chess.jl. It is not thoroughly tested because in the end I did not use it in my engine but it should be somewhat working. My code could be used as starting point for the Chess.jl package.