Islands Engine v0.2.0 Islands.Engine.Game.Player View Source

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %Islands.Engine.Game.Player{
  board: Islands.Engine.Board.t(),
  guesses: Islands.Engine.Guesses.t(),
  name: String.t(),
  pid: pid() | nil
}

Link to this section Functions

Link to this function

new(name, pid) View Source
new(String.t(), pid() | nil) :: t() | {:error, atom()}