Libchess

From Chessprogramming wiki
Revision as of 10:41, 7 July 2019 by GerdIsenberg (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Home * Software * Utilities * libchess

libchess,
a software 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