ExTicTacToe v0.2.2
  • Pages
  • Modules

    ExTicTacToe (ExTicTacToe v0.2.2)

    Link to this section Summary

    Functions

    init(x_max, y_max, first_move \\ :random)

    See ExTicTacToe.Engine.init/3.

    mark(state, x_or_o, x_and_y)

    See ExTicTacToe.Engine.mark/3.

    phase(state)

    See ExTicTacToe.Engine.State.phase/1.

    progress_game(state, updated_state)

    See ExTicTacToe.Engine.progress_game/2.

    Link to this section Functions

    Link to this function

    init(x_max, y_max, first_move \\ :random)

    See ExTicTacToe.Engine.init/3.

    Link to this function

    mark(state, x_or_o, x_and_y)

    See ExTicTacToe.Engine.mark/3.

    Link to this function

    phase(state)

    See ExTicTacToe.Engine.State.phase/1.

    Link to this function

    progress_game(state, updated_state)

    See ExTicTacToe.Engine.progress_game/2.

    On Hex.pm: Package Preview (current file)

    Built using ExDoc (v0.28.4) for the Elixir programming language