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

The traditional 8x8 chess board with pieces. More...

Classes

class  AI
 This is the header file for building your Chess AI More...
 
class  Game
 The traditional 8x8 chess board with pieces. 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 traditional 8x8 chess board with pieces.

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

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