Libchess

From Chessprogramming wiki
Revision as of 09:07, 21 June 2019 by Folkert van Heusden (talk | contribs) (Created page with "'''Home * Engines * libchess''' ''libchess''',<br/> Libchess is a library to allow a developer to quickly implement a chess-program. It is build-up from C++...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Home * Engines * libchess

libchess',
Libchess is 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. Eval and search are kept for the developer. Libchess is developed by Manik Charan and can be retrieved from GitHub.

References

Up one Level