Title here
Summary here
Currently, FollyChess is distributed as source code. To run the engine, you will need to build it for your specific environment.
Ensure your environment is set up with the following:
PATH.To build the optimized UCI (Universal Chess Interface) command-line binary, execute the following command in your terminal:
bazel build --compilation_mode=opt //cli:follychessUsing --compilation_mode=opt ensures the compiler applies performance-critical
optimizations.
Once the build is complete, the executable binary will be located at
bazel-bin/cli/follychess.