Islands Player v0.1.2 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 Source
t()
View Source
t() :: %Islands.Player{
board: Islands.Board.t(),
guesses: Islands.Guesses.t(),
name: String.t(),
pid: pid() | nil
}
t() :: %Islands.Player{ board: Islands.Board.t(), guesses: Islands.Guesses.t(), name: String.t(), pid: pid() | nil }
Link to this section Functions
Link to this function