The values for color and value should be constants.
- id
- name
- score
- cards (in his hand at the moment)
- socketfd (file descriptor of the socket used to communicate with player)
- type (human or AI)
- id
- trump
- hands (array of Hand data structures)
- bids (association between players and their bids)
- cards (association between players and cards they put in this round)
- teams (array of Team)
- noOfRounds