This repository has been archived on 2023-03-04. You can view files and clone it, but cannot push or open issues or pull requests.
Vatu/README.md

235 B

Vatu

Dumb chess engine written in Rust for fun. Supports UCI.

TODO

  • Support time constraints on "go" commands.
  • Precompute knight and maybe other pieces moves.
  • Some Alpha-beta in terribly slow best move calculation.