Shadowfax is a UCI chess engine written entirely from scratch in Golang. It will be using classic evlauation and move generation methods. I also plan on upgrading it to an NNUE in version 2. If that sounds interesting, consider giving this repo a star. Thanks!
The project is still in the early stages of development and not completely functional.
- All unit tests must make sure
util.InitAll()
is called before starting. the results will be inconsistent if this is not followed