Chess engine: ChessMaster 2023
ChessMaster 2023 is a chess engine written in C++. It supports both Winboard and UCI and has its own console interface.
The engine is based on my old project (that I have never published), some of the auxiliary functions (mostly move generation, the magic bitboards) are based on [Stockfish](https://github.com/official-stockfish/Stockfish/tree/master).
The engine is developed as a hobby
ChessMaster was tested in a tournament against several other engines from CCRL
with time control 0:01+1.
Estimated elo: 2397 (computed with Bayeselo).
with time control 0:01+1.
Estimated elo: 2397 (computed with Bayeselo).
Comments
Post a Comment