The most basic cross platform TicTacToe terminal based game written in C++
To run it, open your system's terminal and run it in there.
To build it, GNU C++ compiler. Then open your terminal and run:
Unix based systems: g++ /path/to/TicTacToe.cpp
Windows: g++ \path\to\TicTacToe.cpp