A go reimplementation of the CLI version of nim-tictactoe.
TicTacToe 0.1.0 (MinMax version)
Allowed arguments:
-h | --help : show help
-a | --ai : AI player [X or O]
-l | --difficulty : difficulty level (0-8)
Example:
./TicTacToe -a X -l 3
This will start a game where the AI player is 'X' and the difficulty level is set to 3.