giusgad / chers

Chess engine written in rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chers

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

About

Chess engine written in rust

License:GNU General Public License v3.0


Languages

Language:Rust 99.2%Language:Shell 0.8%