Taught myself come c++ and made this
- clone the project
- cd into the repository
- run the command
g++ board.h board.cpp player.h player.cpp main.cpp -o tictactoe
(or use your favorite cpp compiler) - run the command
./tictactoe
to start a game.
#To Win on Any Board Size You will be prompted to enter a board size, must be larger than 3. A win is when an entire row, column or diagonal is filled with all the same character X or O