Difference between revisions of "Libchess"

From Chessprogramming wiki
Jump to: navigation, search
(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++...")
(Tags: Mobile edit, Mobile web edit)
(No difference)

Revision as of 09:07, 21 June 2019

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