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.
See here for examples.
See here for game package GoDoc.
See here for player package GoDoc.