![]() |
Survival Royale 1.0.0
A very simple yet funny card game.
|
Defines a structure for the game. More...
#include <main.h>
Data Fields | |
GameConfiguration | gameConfiguration |
The configuration for the game. | |
LogsConfiguration | logsConfiguration |
The configuration for the logs, if the game has to be verbose. | |
unsigned int | playersCounter |
The amount of players currently alive. | |
unsigned int | lifePointsOnTheField |
The amount of LPs currently on the playing field. | |
Player ** | players |
The currently alive players vector. |
GameConfiguration gameConfiguration |
unsigned int lifePointsOnTheField |
LogsConfiguration logsConfiguration |
unsigned int playersCounter |