v0.1.0 GameApp.Config

Link to this section Summary

Link to this section Types

Link to this type

t()

t() :: %GameApp.Config{
  game_timeout: integer(),
  min_players: integer(),
  reaction_selection_timeout: integer(),
  round_end_timeout: integer(),
  round_start_timeout: integer(),
  rounds_per_player: integer(),
  winner_selection_timeout: integer()
}

Link to this section Functions

Link to this function

create(attrs \\ [])

create(keyword()) :: GameApp.Config.t()