1|2|3
-+-+-
4|5|6
-+-+-
7|8|9
[Note: Enter the number where you want to put X/O]
Enter player 1 first name:
Tic Tac Toe is a terminal game written in C++. The game allows two players to play against each other, taking turns marking spaces on a 3x3 grid. The first player to get three in a row wins. The game is easy to play and a great way to pass the time.
$ g++ -std=c++20 main.cpp -o main
$ ./main