Packages

The essentials of Tic-tac-toe extracted into a library.

Current section

Files

Jump to
xo include xo_Playing.hrl
Raw

include/xo_Playing.hrl

-record(playing, {
first :: xo:player(),
turn :: xo:player(),
board :: list({{integer(), integer()}, xo@internal@mark:mark()})
}).