The TicTacToe Game Simulation is a console-based implementation of the classic TicTacToe game using C++. It provides a simple yet engaging experience for players to enjoy the traditional TicTacToe game.
- Two-player gameplay: Play against a friend or family member on the same computer.
- Interactive grid: Easily make moves by selecting a cell using numbers (1-9).
- Win detection: The game automatically detects a win or a tie and announces the result.
- User-friendly interface: Clear indications of player turns and game outcomes.
- C++ Compiler (e.g., GCC, Clang)
- Terminal or IDE with C++ support
-
Clone the repository:
git clone https://github.com/Asroyx/tic-tac-toe.git