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

Combine elements and be the first scientists to create fusion. More...

Classes

class  AI
 This is the header file for building your Newtonian AI More...
 
class  Game
 Combine elements and be the first scientists to create fusion. More...
 
class  Game_object
 An object in the game. The most basic class that all game classes should inherit from automatically. More...
 
class  Job
 Information about a unit's job. More...
 
class  Machine
 A machine in the game. Used to refine ore. 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  Unit
 A unit in the game. May be a manager, intern, or physicist. More...
 

Detailed Description

Combine elements and be the first scientists to create fusion.

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

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