Hangman.Text.Client.Engine (Hangman Text Client v0.1.86)

View Source

Starts a game locally or remotely:

  • locally when local node is not alive (:nonode@nohost)
  • remotely on node :hangman_engine@<hostname> otherwise

Summary

Functions

Starts locally or remotely a Hangman Game named game_name.

Functions

new_game(game_name)

@spec new_game(Hangman.Game.name()) :: Hangman.Game.name() | no_return()

Starts locally or remotely a Hangman Game named game_name.