Chess.jl
Chess.jl copied to clipboard
Tablebase support
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.
Yes, syzygy tablebase support is planned, but I don't know how soon it will be done.
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.