From 6b34395e5bee9ec955475c9fbea174a471d09a55 Mon Sep 17 00:00:00 2001 From: dece Date: Sun, 14 Jun 2020 03:04:01 +0200 Subject: [PATCH] readme: add incomplete todo list --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md 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.