Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
A project prepared for GlobalLogic C++ ProCamp traingings
SIMPLE CHESS
A basic Chess AI using min-max search with alpha-beta pruning and a simplistic
approach to quiescent search.
install prerequisites:
sudo apt-get install libboost-all-dev
COMPILE
mkdir build
cd build
cmake ..
make