A Chess program inspired by Coding Adventure: Chess AI.
You can use cmake to build chess.
mkdir build && cd build
cmake ..
make -j8
chess [FEN]
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure tests are up-to-date as appropriate.