Versions in this module Expand all Collapse all v1 v1.0.0 Dec 1, 2020 Changes in this version + type Round struct + func New() Round + func (r *Round) AddHand(hand hand.Hand) + func (r *Round) ComputeWinner(briscola card.Card) (err error) + func (r Round) GetHands() []hand.Hand + func (r Round) GetWinner() player.Player + func (r Round) HasABriscola(briscola card.Card) bool + func (r Round) IsPassed(crd card.Card) bool