Welcome to the Multiplayer Terminal Tic Tac Toe game! This simple yet entertaining game allows two players to engage in a classic Tic Tac Toe match through the terminal. Enjoy the thrill of strategic moves and aim for victory!
- Multiplayer: Play against a friend in the same terminal.
- User-Friendly: Simple and intuitive interface for a smooth gaming experience.
- Cross-Platform: Developed in C++, ensuring compatibility across different platforms.
Make sure you have the following installed on your system:
- C++ Compiler (e.g., GCC)
- Terminal with ANSI color support (for a better visual experience)
-
Clone the repository:
git clone https://github.com/aIexnder/tic-tac-toe.git
-
Compile the code:
g++ -o tic_tac_toe main.cpp
-
Run the game:
./tic_tac_toe
-
Follow the on-screen instructions to start the game and make your moves using the keyboard.
- Use the numeric keypad to place your symbol on the board.
- Follow the on-screen prompts to take turns with your opponent.