Pleco Engine is a Rust re-write of the Stockfish chess engine.
Author - Stephen Fleischman
This project is split into two crates, pleco_engine (the current folder), which contains the UCI (Universal Chess Interface) compatible Engine & AI, and pleco, which contains the library functionality.
The overall goal of pleco is to recreate the Stockfish engine in rust, for comparison and educational purposes. As such, the majority of the algorithms used here are a direct port of stockfish's, and the credit for all of the advanced algorithms used for searching, evaluation, and many others, go directly to the maintainers and authors of Stockfish.
Comments
Post a Comment