Islands Engine

v0.2.0

  • Pages
  • Modules

    Islands Engine v0.2.0 Islands.Engine.Game.Tally View Source

    Link to this section Summary

    Types

    t()

    Functions

    new(game, player_id)

    Link to this section Types

    Link to this type

    t() View Source
    t() :: %Islands.Engine.Game.Tally{
      board: Islands.Engine.Board.t(),
      game_state: Islands.Engine.Game.State.game_state(),
      guesses: Islands.Engine.Guesses.t(),
      player1_state: Islands.Engine.Game.State.player_state(),
      player2_state: Islands.Engine.Game.State.player_state(),
      request: Islands.Engine.Game.Server.request(),
      response: Islands.Engine.Game.Server.response()
    }

    Link to this section Functions

    Link to this function

    new(game, player_id) View Source
    new(Islands.Engine.Game.t(), Islands.Engine.Game.player_id()) ::
      t() | {:error, atom()}

    Built using ExDoc (v0.19.2), designed by Friedel Ziegelmayer for the Elixir programming language.