Search found 1 match

by splinter1981
Tue May 03, 2016 8:58 pm
Forum: Programming and Technical Discussions
Topic: C++ Library to Read Endgame Tablebase
Replies: 0
Views: 3565

C++ Library to Read Endgame Tablebase

I've created a chess engine in C++, and now I'm trying to get it to use an endgame tablebase. I have downloaded the .tbs and .md5 files, but I'm not sure where to go from there. Is there a library that uses as input a board position and outputs the move that leads closest to checkmate (or stalemate ...