libsgfc++ 3.0.0
A C++ library that uses SGFC to read and write SGF (Smart Game Format) data.
Loading...
Searching...
No Matches
Game

The Game module contains functionality related to game concepts such as "board size" or "coordinate system". More...

Collaboration diagram for Game:

Topics

 Go
 The Go module contains functionality related to concepts from the game of Go.

Classes

class  LibSgfcPlusPlus::ISgfcGameInfo
 The ISgfcGameInfo interface ia a collection of meta data that describes one SGF game. For instance, the meta data includes information such as the name of the game, when and where it was played, by whom, etc. More...
struct  LibSgfcPlusPlus::SgfcBoardSize
 The SgfcBoardSize struct is a simple type that can hold the value of SgfcPropertyType::SZ. The constant SgfcConstants::BoardSizeNone is used to indicate that SgfcPropertyType::SZ does not exist on a game tree's root node. More...
struct  LibSgfcPlusPlus::SgfcDate
 The SgfcDate struct is a simple type that can hold one of the 1-n decomposed date values of an SgfcPropertyType::DT property value. More...
struct  LibSgfcPlusPlus::SgfcGameResult
 The SgfcGameResult struct is a simple type that can hold the decomposed values of an SgfcPropertyType::RE property value. More...
struct  LibSgfcPlusPlus::SgfcGoPlayerRank
 The SgfcGoPlayerRank struct is a simple type that can hold the decomposed values of an SgfcPropertyType::BR or SgfcPropertyType::WR property value. More...
struct  LibSgfcPlusPlus::SgfcGoRuleset
 The SgfcGoRuleset struct is a simple type that can hold the decomposed values of an SgfcPropertyType::RU property value. More...
struct  LibSgfcPlusPlus::SgfcRoundInformation
 The SgfcRoundInformation struct is a simple type that can hold the decomposed values of an SgfcPropertyType::RO property value. More...

Detailed Description

The Game module contains functionality related to game concepts such as "board size" or "coordinate system".