pleco-rs / Pleco

A Rust-based re-write of the Stockfish Chess Engine

Home Page:https://crates.io/crates/pleco

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Document functionality of Pleco on the Wiki

sfleischman105 opened this issue · comments

Pleco has a ton of features and customization. However, it's not very clear on how to actually incorporate the crate inside of a project.

The Wiki needs to be updated to include at least:

  1. Basic operation and creating boards
  2. Functions available to the board, and when to use each
  3. How to generate moves from the board