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

Gather branches and build up your lodge as beavers fight to survive. More...

Classes

class  AI
 This is the header file for building your Stumped AI More...
 
class  Beaver
 A beaver in the game. More...
 
class  Game
 Gather branches and build up your lodge as beavers fight to survive. 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 beaver's job. More...
 
class  Player
 A player in this game. Every AI controls one player. More...
 
class  Spawner
 A resource spawner that generates branches or food. More...
 
class  Tile
 A Tile in the game that makes up the 2D map grid. More...
 

Detailed Description

Gather branches and build up your lodge as beavers fight to survive.

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

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