Checkers Game  1.0.0
International checkers Game is a game of strategy played by two players on an 10x10 board. Gameplay against a bot includes minimax algorithm with alpha-beta pruning. The game is implemented in C language.
Checkers Game Documentation