likeawizard / tofiks

UCI chess engine written in Go
GNU General Public License v3.0
16 stars 0 forks source link

Use CGO to integrate and interface with Syzygy table bases #58

Open likeawizard opened 11 months ago

likeawizard commented 11 months ago

https://github.com/syzygy1/tb

The interface tbprobe.cpp has plenty of comments on how to adapt the interface to integrate it in any engine.