View Source Islands.Client.RPC (Islands Client RPC v0.1.33)

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

Link to this function

add_player(engine_node, game_name, player_name, gender)

View Source

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

Link to this function

new_game(engine_node, game_name, player_name, gender)

View Source

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