ExTicTacToe.Engine.State.Board (ExTicTacToe v0.1.1)

Link to this section Summary

Link to this section Types

@type field() :: %{required({field_x(), field_y()}) => nil | x_or_o()}
Link to this type

field_coord()

@type field_coord() :: non_neg_integer()
@type field_x() :: field_coord()
@type field_y() :: field_coord()
@type x_or_o() :: :x | :o

Link to this section Functions

Link to this function

mark(board, x_or_o, arg3)

Link to this function

new(x_max, y_max)