/tictactoe

TicTacToe is a generalized TicTacToe implementation

Primary LanguageGoMIT LicenseMIT

TicTacToe

TicTacToe is a simple generalized TicTacToe variant implementation.

The implementation allows a flexible N x M game size where N >= 3, M >= 3 and T consequetive symbols as win condition where T >= 3, T <= N and T <= M.

Usage

See here for examples.

Documentation

See here for game package GoDoc.

See here for player package GoDoc.