View Source FiveHundred.Player (Five Hundred v0.1.0)

Models a player in 500.

Link to this section Summary

Link to this section Types

@type t() :: %FiveHundred.Player{
  hand: nil | [FiveHundred.Card.t()],
  id: nil | String.t(),
  name: nil | String.t()
}