Console TicTacToe game implemented with C++.
tictactoe [flags]
Displays help:
-h
Sets size of playing board:
-s [width] [height]
Sets win length:
-w [win length]
Default board size is 3x3, win length is 3.
When you start the game, you can type 'quit' to exit the game.
- Author: Martan03
- GitHub repository: TicTacToe
- Author website: martan03.github.io