C++ Joueur Client
 All Classes Namespaces Functions Variables
cpp_client::checkers Namespace Reference

The simple version of American Checkers. An 8x8 board with 12 checkers on each side that must move diagonally to the opposing side until kinged. More...

Classes

class  AI
 This is the header file for building your Checkers AI More...
 
class  Checker
 A checker on the game board. More...
 
class  Game
 The simple version of American Checkers. An 8x8 board with 12 checkers on each side that must move diagonally to the opposing side until kinged. More...
 
class  Game_object
 An object in the game. The most basic class that all game classes should inherit from automatically. More...
 
class  Player
 A player in this game. Every AI controls one player. More...
 

Detailed Description

The simple version of American Checkers. An 8x8 board with 12 checkers on each side that must move diagonally to the opposing side until kinged.

The full game rules for Checkers can be found on GitHub.

Additional materials, such as the story and game template can be found on GitHub as well.