tic-tac-toe Built Tic-Tac-Toe with C++ using 2D arrays Author: Eric Hansson Date: 2024-11-10 To build the program, run following command: make It should create a executable called tic_tac_toe To run the program, run following command: ./tic_tac_toe