ExTicTacToe.Engine (ExTicTacToe v0.1.1)
Link to this section Summary
Link to this section Types
Link to this type
field()
Link to this type
field_coord()
@type field_coord() :: non_neg_integer()
Link to this type
field_x()
@type field_x() :: field_coord()
Link to this type
field_y()
@type field_y() :: field_coord()
Link to this type
x_or_o()
@type x_or_o() :: :x | :o
Link to this section Functions
Link to this function
init(x_max, y_max)
Link to this function
mark(state, x_or_o, arg)
Link to this function