Libchess

From Chessprogramming wiki
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