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

Mine resources to obtain more value than your opponent. More...

Classes

class  AI
 This is the header file for building your Coreminer AI More...
 
class  Bomb
 A Bomb in the game. More...
 
class  Game
 Mine resources to obtain more value than your opponent. More...
 
class  Game_object
 An object in the game. The most basic class that all game classes should inherit from automatically. More...
 
class  Miner
 A Miner in the game. More...
 
class  Player
 A player in this game. Every AI controls one player. More...
 
class  Tile
 A Tile in the game that makes up the 2D map grid. More...
 
class  Upgrade
 Information about a Miner's Upgrade module. More...
 

Detailed Description

Mine resources to obtain more value than your opponent.

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

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