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() :: %Islands.Engine.Game.Tally.Score{
  hits: non_neg_integer(),
  misses: non_neg_integer(),
  type: :board | :guesses
}

Link to this section Functions