#include <round.h>
Public Attributes | |
enum Suit | trump |
struct Hand * | hands [MAX_HANDS] |
int | bids [MAX_GAME_PLAYERS] |
struct Player * | players [MAX_GAME_PLAYERS] |
int | pointsNumber [MAX_GAME_PLAYERS] |
Round structure.
Round is a division of the game, it keeps the winning hands and computes the score until the winner of the round is found.
Round::bids |
The bids of the players.
Round::hands |
Pointer to the hands of the round.
Round::players |
Pointer to the players of the round.
Round::pointsNumber |
The total amount of points of the round.
Round::trump |
The trump of the round.