Brainiac is a UCI compliant chess engine.
TBD.
To build the engine executable, run
- Go to the build folder,
cd build
- Run
cmake .. && make -j 3
- Aspiration window
- Add heuristics for "protected pieces" and "hanging pieces" (penalty)
- Optimize SEE algorithm
- Mate distance pruning
- King safety (evaluation)
Code and documentation Copyright (c) 2021 Keith Leonardo
Code released under the MIT License.