14 lines
235 B
Markdown
14 lines
235 B
Markdown
|
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.
|