Islands Text Client v0.1.60 Islands.TextClient.Interact View Source

Interacts with a client playing the Game of Islands.

Link to this section Summary

Link to this section Functions

Link to this function join(game_name, player_name, options \\ []) View Source
join(String.t(), String.t(), Keyword.t()) :: no_return()
Link to this function start(game_name, player_name, options \\ []) View Source
start(String.t(), String.t(), Keyword.t()) :: no_return()
Link to this macro valid_game_args(game_name, player_name, options) View Source (macro)