A Chess Engine written in C++
Build project :
make -j8
Rebuild entire project :
make rebuild
Build and Run :
make run
Make Doxygen documentation :
make docs
Clean all object files and executables :
make clean
Here is a link to the Doxygen documentation
