Islands Client RPC v0.1.8 Islands.Client.RPC View Source
Remote procedure calls for the Game of Islands.
Inspired by the course Elixir for Programmers by Dave Thomas.
Link to this section Summary
Link to this section Functions
Link to this function
add_player(game_name, player_name, gender)
View Sourceadd_player(String.t(), String.t(), Islands.Player.gender()) :: String.t() | no_return()
Link to this function
new_game(game_name, player_name, gender)
View Sourcenew_game(String.t(), String.t(), Islands.Player.gender()) :: String.t() | no_return()