Islands Engine v0.2.0 Islands.Engine.Game.Tally.Score View Source
Convenience module for client application.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %Islands.Engine.Game.Tally.Score{
hits: non_neg_integer(),
misses: non_neg_integer(),
type: :board | :guesses
}
t() :: %Islands.Engine.Game.Tally.Score{ hits: non_neg_integer(), misses: non_neg_integer(), type: :board | :guesses }
Link to this section Functions
Link to this function
new(board_or_guesses)
View Source
new(board_or_guesses)
View Source
new(Islands.Engine.Board.t() | Islands.Engine.Guesses.t()) :: t()
new(Islands.Engine.Board.t() | Islands.Engine.Guesses.t()) :: t()