tic-tac-toe in C++ To play game: Compile with g++ (--std=c++11 or higher) or your favorite C++ compiler g++ main.cc -o tic-tac-toe Run the new executable file in your favorite shell. ./tic-tac-toe