Islands Player v0.1.13 Islands.Player View Source
Creates a player
struct for the Game of Islands.
Based on the book Functional Web Development by Lance Halvorsen.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Sourcet() :: %Islands.Player{ board: Islands.Board.t() | nil, gender: gender(), guesses: Islands.Guesses.t() | nil, name: String.t(), pid: pid() | nil }