A (WIP) UCI-compatible chess engine Quick start There are two binaries. One is the UCI chess engine, which you can run with go run ./cmd/uci/main.go and the other is a magic number generator which you can run with go run ./cmd/magics/main.go To run unit tests, run go test ./...