/Stellar-Fortress

Stellar Fortress is an advanced real time stratagy game

Primary LanguageC++

Stellar Fortress

folders

src is the game engine
game contains the json files for the base game and a directory for mods
BOTH ARE CRITICAL!

Funny Hexagon Stuff

Code Style

In general, we're not exhaustively strict about coding style, but there are some preferable guidelines to follow:

  • PascalCase for classes, function names, and enumerations.
  • m_camelCase for member variables.
  • g_camelCase for global variables.
  • p_camelCase for function parameters.