Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PlayCoup ¶
func PlayCoup(shoe []playingcard.PlayingCard) (player Hand, banker Hand, outcome Outcome)
func RandomShoe ¶
func RandomShoe() (shoe []playingcard.PlayingCard)
Types ¶
type Hand ¶
type Hand struct { Cards []playingcard.PlayingCard Score uint }
func (*Hand) Deal ¶
func (hand *Hand) Deal(card playingcard.PlayingCard)
Click to show internal directories.
Click to hide internal directories.