#Checkers--AI
Design Checkers game that uses MiniMax and Alpha-Beta pruning.
Created by Nurpeiis Baimukan
First, user should run makefile:
make
Second, to run the program runn following command:
./checkers
To clean the compiled version of the program run following command:
make clean
Copyright (c) 2019 Nurpeiis Baimukan