A two-player terminal-based Tic-Tac-Toe game implemented in C++ using basic console I/O.
- Dynamic board updates after each move
- Input validation to prevent illegal moves
- Win/draw detection after each turn
- Replay functionality to restart the game
g++ "tic tac toe" -o tictactoe
./tictactoe