Packages

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

Current section

Files

Jump to
xo src xo.app.src
Raw

src/xo.app.src

{application, xo, [
{vsn, "1.0.0"},
{applications, [gleam_stdlib,
prng]},
{description, "The essentials of Tic-tac-toe extracted into a library."},
{modules, [xo,
xo@internal@ai,
xo@internal@board,
xo@internal@mark,
xo@internal@referee]},
{registered, []}
]}.