The information connected to a player.
More...
#include <state.h>
|
int | num_cards |
| The number of cards this player has. More...
|
|
std::vector< int > | sets |
| The number of cards the player at least has from a certain set. More...
|
|
The information connected to a player.
Definition at line 34 of file state.h.
◆ num_cards
The number of cards this player has.
Definition at line 39 of file state.h.
◆ sets
std::vector<int> Player::sets |
The number of cards the player at least has from a certain set.
To give an example, [0,3,1] means that this player has at least 0 cards from set 0, it has at least 3 cards from set 1 and it has at least 1 card from set 2.
Definition at line 48 of file state.h.
The documentation for this struct was generated from the following file: