/boardberry

BoardBerry - A chess engine written in C++

Primary LanguageC++BSD 4-Clause "Original" or "Old" LicenseBSD-4-Clause

BoardBerry - A Chess enigne written in C++

Chapter list


Building

Clone the project

$ git clone https://github.com/datawater/boardberry

Go to the project directory

$ cd boardberry

Build the project

# For the release build
$ make RELEASE=true AGGRESSIVE_OPTIMIZE=true
# Test the build
$ make test

# For the development build (not optimized, with debug info)
$ make

# For detailed help
$ make help

License

See the license in the LICENSE File

LICENSE


Feedback

If you have any feedback, please reach out to me at datawater1@gmail.com

Or open an issue at https://github.com/datawater/boardberry/issues


Authors