/tic-tac-toe

tic tac toe c++

Primary LanguageC++GNU General Public License v3.0GPL-3.0

tic-tac-toe in C++

To play game:

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