Islands.Client.RPC (Islands Client RPC v0.1.14) 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
Specs
add_player( node(), Islands.Game.name(), Islands.Player.name(), Islands.Player.gender() ) :: Islands.Game.name() | no_return()
Specs
new_game( node(), Islands.Game.name(), Islands.Player.name(), Islands.Player.gender() ) :: Islands.Game.name() | no_return()