stellar

UCI Chess engine written in C++20
git clone git://git.dimitrijedobrota.com/stellar.git
Log | Files | Refs | README | LICENSE |

Stellar

UCI bitboard chess engine written in C++20

Description

The goal of the project is experimentation. I want to see how far I can push the engine to play better while learning various techniques of optimization.

To see the games played or play a game on your own checkout the profile on lichess, bullet, blitz and rapid challenges, ranked or casual, are accepted.

Check out the games carried out by CCLR for up to date rating against other engines.

Getting Started

Dependencies

Installing

Executing program

Help

Version History

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

Big thanks to Gabor Szots from CCRL testing group, for taking an interest in this project by allowing Stellar to compete with other engines.

Inspiration, code snippets, etc.