A simple Tic Tac Toe game built with C++.
- Clone this repository.
- Compile the code with any C++ compiler.
- Run the compiled program.
- The game will ask for player input (1-9) to place 'O' or 'X' on the board.
- The first player to get 3 in a row (horizontally, vertically, or diagonally) wins!
- C++ compiler