Islands.Client.RPC (Islands Client RPC v0.1.34)

View Source

Remote procedure calls for the Game of Islands.

Inspired by the course Elixir for Programmers by Dave Thomas.

Summary

Functions

Connects to the engine node and adds the second player of a game on that node.

Connects to the engine node and starts a new game on that node.

Functions

add_player(engine_node, game_name, player_name, gender)

Connects to the engine node and adds the second player of a game on that node.

new_game(engine_node, game_name, player_name, gender)

Connects to the engine node and starts a new game on that node.