RetroChess,
a 3-4-5-6-7-chessman endgame tablebase project by Sergey Yankovic, consisting of the Retrospective Chess Generator, a win64 application to generate appropriate DTM table base files, RetroChess3, a chess program and GUI to search and analyze chess positions, probing the tables, and ChessDLL, a win32 DLL which implements the probing interface using FEN strings to pass the position [1].
constchar* strfen ="6Q1/8/5k2/8/8/8/8/K7 w - -";void* pRetroChess = InitCHESS();int dtm = GetEvaluateFromFEN(pRetroChess, strfen);if( dtm !=-2000)printf("Distance to mate is %d/n", dtm);elseprintf("Database does not exist or invalid FEN/n");
Table of Contents
RetroChess,
a 3-4-5-6-7-chessman endgame tablebase project by Sergey Yankovic, consisting of the Retrospective Chess Generator, a win64 application to generate appropriate DTM table base files, RetroChess3, a chess program and GUI to search and analyze chess positions, probing the tables, and ChessDLL, a win32 DLL which implements the probing interface using FEN strings to pass the position [1].
Sample Probing Code
[2]Forum Posts
External Links
References
What links here?
Up one level