diff --git a/README.md b/README.md new file mode 100644 index 0000000..ab1c788 --- /dev/null +++ b/README.md @@ -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.