![]() |
SUPER Space invader : Turbo edition DX - VS GOD 1.0.0
A simple space invader ripoff
|
Main game class. More...
#include <game.h>
Public Member Functions | |
Game () | |
constructor for the game class More... | |
void | managedGames () |
manages and changes the states of the game More... | |
WinValue | enterGameLoop () |
enter the main gameplay game loop More... | |
bool | reloadConfig () |
reload the configuration file for a new game More... | |
bool | arePlayersDead () |
tells if all players are dead More... | |
Game::Game | ( | ) |
constructor for the game class
Definition at line 21 of file gameBasics.cpp.
bool Game::arePlayersDead | ( | ) |
tells if all players are dead
Definition at line 176 of file gameBasics.cpp.
WinValue Game::enterGameLoop | ( | ) |
enter the main gameplay game loop
Definition at line 116 of file gameBasics.cpp.
void Game::managedGames | ( | ) |
manages and changes the states of the game
Definition at line 64 of file gameBasics.cpp.
bool Game::reloadConfig | ( | ) |
reload the configuration file for a new game
Definition at line 299 of file configManagement.cpp.