This project is old. There are many improvements that could have been made at the time of writing, but those will never see the day of light.
WiCE#
A single-threaded chess engine written in object-oriented C++ that allows the computer to beat opponents ranked as high as 1800 ELO.
This chess engine is an old project of mine, more of a curiosity than a serious project. It might not follow all the best practices.
For a more recent chess engine, check out ADLE instead!
Features#
Key features of the chess engine include:
-
The blazing-fast experience brought by C++ 17;
-
An estimated ELO rating of 1800;
-
Compatibility with both Windows and Linux.
License#
The codebase is freely available under the MIT License on GitHub. For more info about the author, check out my personal website or my other projects.