View Source Islands.Client.Input (Islands Client Input v0.1.28)

Prompts and accepts a move in the Game of Islands.

Inspired by the course Elixir for Programmers by Dave Thomas.

Link to this section Summary

Types

t()

Prompted input

Functions

Prompts and accepts a move.

Link to this section Types

Specs

t() :: IO.chardata() | IO.nodata()

Prompted input

Link to this section Functions

Link to this function

accept_move(state, message \\ [])

View Source

Specs

Prompts and accepts a move.