thc-chess-library icon indicating copy to clipboard operation
thc-chess-library copied to clipboard

General Purpose Rules of Chess Library for C++

Results 4 thc-chess-library issues
Sort by recently updated
recently updated
newest added

Hello, when I build this library ( Ubuntu 22.04,GNU GCC 11.3, CMake using FetchContent_Declare), I have a problem with types. This problem is solved by adding "#include " in file...

made std::string ChessPosition::ForsythPublish() std::string ChessPosition::ForsythPublish() const

Running a simple first-pass integration of thc using cmake leads to a build failure, due to a missing include in ChessDefs.h. This PR adds the include. (cmake, gcc)

DRAWTYPE_REPITITION in thc.h and thc.cpp instead of DRAWTYPE_REPETITION