This repository contains a simple command-line Tic-Tac-Toe (XO) game written in C++. It allows two players to play against each other in a classic 3x3 grid format.
- Player vs Player: Two players can play on the same machine, taking turns to mark their moves.
- Simple Interface: The game is text-based and runs on the command line.
- Winner Detection: The game detects and announces the winner or declares a draw if no moves are left.