This repository has been archived on 2023-03-04. You can view files and clone it, but cannot push or open issues or pull requests.
Vatu/README.md

14 lines
235 B
Markdown
Raw Normal View History

2020-06-14 03:04:01 +02:00
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.