Libchess

From Chessprogramming wiki
Revision as of 20:16, 23 June 2019 by GerdIsenberg (talk | contribs)
Jump to: navigation, search

Home * Software * Utilities * libchess

libchess,
a library to allow a developer to quickly implement a chess-program. It is build-up from C++17 header-files and contains all code for move generation and position tracking. Evaluation and search are kept for the developer. Libchess is developed by Manik Charan and can be retrieved from GitHub [1].

References

Up one Level