Cavoke  1.1.0
A Platform for creating and hosting multiplayer turn-based board games
Loading...
Searching...
No Matches
cavoke::GameState Struct Reference

Public Attributes

bool is_terminal
 
std::string global_state
 
std::vector< std::string > players_state
 
std::vector< int > winners
 

Detailed Description

Definition at line 13 of file cavoke.h.

Member Data Documentation

◆ global_state

std::string cavoke::GameState::global_state

Definition at line 15 of file cavoke.h.

◆ is_terminal

bool cavoke::GameState::is_terminal

Definition at line 14 of file cavoke.h.

◆ players_state

std::vector< std::string > cavoke::GameState::players_state

Definition at line 16 of file cavoke.h.

◆ winners

std::vector< int > cavoke::GameState::winners

Definition at line 17 of file cavoke.h.


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