Resources - kirillbobyrev/pabi GitHub Wiki

Here is a list of useful resources to draw the ideas from. Also, see a list of chess-related repositories on GitHub.

Web pages

Papers

Engines with papers and code

Popular and influential ones


  • shakmaty is not a chess engine but an implantation of most important routines in Rust. A good reference to compare my imlpementations to.
  • Walleye is a medium-strength chess engine in Rust with a good implementation.
  • Very fast move generator in Rust

Go Engines

Testing environments

These environments can be used to estimate Pabi performance (ELO) and see it play agains other engines.

Training games

Misc