Terminal Games
Simple games that run in the terminal.
Loading...
Searching...
No Matches
TerminalGames::GameInformation Struct Reference

Used by game objects to package themselves into a format that can be used by PageBuilder to construct a sub-page for the current state of the game. More...

#include "GameInformation.hpp"

Classes

struct  BattleshipsGameInformation
 Used to package the Battleships current game state. More...
struct  HangmanGameInformation
 Used to package the Hangman current game state. More...
struct  TicTacToeGameInformation
 Used to package the TicTacToe current game state. More...

Public Attributes

struct TerminalGames::GameInformation::TicTacToeGameInformation m_ticTacToeGameInformation
 Used to package the TicTacToe current game state.
struct TerminalGames::GameInformation::HangmanGameInformation m_hangmanGameInformation
 Used to package the Hangman current game state.
struct TerminalGames::GameInformation::BattleshipsGameInformation m_battleshipsGameInformation
 Used to package the Battleships current game state.

Detailed Description

Used by game objects to package themselves into a format that can be used by PageBuilder to construct a sub-page for the current state of the game.

Definition at line 21 of file GameInformation.hpp.


The documentation for this struct was generated from the following file: