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

Steal from merchants and become the most infamous pirate. More...

Classes

class  AI
 This is the header file for building your Pirates AI More...
 
class  Game
 Steal from merchants and become the most infamous pirate. 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...
 
class  Port
 A port on a Tile. More...
 
class  Tile
 A Tile in the game that makes up the 2D map grid. More...
 
class  Unit
 A unit group in the game. This may consist of a ship and any number of crew. More...
 

Detailed Description

Steal from merchants and become the most infamous pirate.

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

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