This is a simple Tic-Tac-Toe game implemented in C++. The game is designed to be played in the console, where two players can take turns to place their marks (X or O) on a 3x3 grid. The game ends when one player wins or the grid is filled with no winner.
- Two-player mode
- Simple console-based interface
- Basic input validation
- Game status updates (win/lose/tie)
- C++11 or higher
- A C++ compiler (e.g., g++, clang++)
-
Clone the Repository
git clone <repository-url> cd <repository-directory>
