CruceGame  v0.4.0
 All Classes Files Functions Variables Enumerations Enumerator Macros Pages
Public Attributes | List of all members
Round Struct Reference

Round structure. More...

#include <round.h>

Public Attributes

enum Suit trump
 
struct Handhands [MAX_HANDS]
 
int bids [MAX_GAME_PLAYERS]
 
struct Playerplayers [MAX_GAME_PLAYERS]
 
int pointsNumber [MAX_GAME_PLAYERS]
 

Detailed Description

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.

Member Data Documentation

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.


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