Islands Engine v0.1.69 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() :: %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(Islands.Engine.Board.t() | Islands.Engine.Guesses.t()) :: t()