Xiangiqgame
AI engine for Xiangqi
Loading...
Searching...
No Matches
game::GameSummary Struct Reference

#include <game_data_structs.hpp>

Collaboration diagram for game::GameSummary:
Collaboration graph

Public Attributes

std::string game_id
 
game::GameState game_state
 
std::vector< ExecutedMovemove_log
 
std::unordered_map< gameboard::PieceColor, PlayerSpecplayer_specs
 
std::unordered_map< gameboard::PieceColor, moveselection::SearchSummariessearch_summaries
 

Detailed Description

Definition at line 76 of file game_data_structs.hpp.

Member Data Documentation

◆ game_id

std::string game::GameSummary::game_id

Definition at line 77 of file game_data_structs.hpp.

◆ game_state

game::GameState game::GameSummary::game_state

Definition at line 78 of file game_data_structs.hpp.

◆ move_log

std::vector<ExecutedMove> game::GameSummary::move_log

Definition at line 79 of file game_data_structs.hpp.

◆ player_specs

std::unordered_map<gameboard::PieceColor, PlayerSpec> game::GameSummary::player_specs

Definition at line 80 of file game_data_structs.hpp.

◆ search_summaries

std::unordered_map<gameboard::PieceColor, moveselection::SearchSummaries> game::GameSummary::search_summaries

Definition at line 82 of file game_data_structs.hpp.


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