|
||
---|---|---|
res/txt | ||
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
README.md |
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.