Since you’re here...

We hope you will consider supporting us today. We need your support to continue to exist, because good entries are more and more work time. Every reader contribution, however big or small, is so valuable. Support "Chess Engines Diary" even a small amount– and it only takes a minute. Thank you.
============================== My email: jotes@go2.pl



Chess engine: Chers 0.6.1



Chers, is a chess engine written in Rust.
The engine uses:
- BitBoards to represent the board (although not yet using their potential for ray generation)
- the UCI protocol to communicate with the GUI
- iterative deepening as a time management strategy and base for the alpha-beta search
- captures first move ordering

Resources / Credits
- Chers is heavily inspired by [rustic](https://github.com/mvanthoor/rustic), which also helped with its great [wiki](https://rustic-chess.org/)
- [Chess Programming Wiki](https://www.chessprogramming.org/Main_Page)
- [Chess programming Reddit](https://www.reddit.com/r/chessprogramming/)


Comments

Popular posts from this blog

New Strong Engines Test, by Chess Engines Diary, 2024.04.12

New chess opening book: M11.2 (bin and ctg)

New version chess engine: Lc0 BT4

Dragon NNUE by Komodo Chess - it's free!