readme: add incomplete todo list

This commit is contained in:
dece 2020-06-14 03:04:01 +02:00
parent 39c3bc8786
commit 6b34395e5b

13
README.md Normal file
View file

@ -0,0 +1,13 @@
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.