Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.15 KB

README.md

File metadata and controls

43 lines (27 loc) · 1.15 KB

Multiplayer Terminal Tic Tac Toe

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!

Features

  • 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.

Prerequisites

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)

How to Play

  1. Clone the repository:

    git clone https://github.com/aIexnder/tic-tac-toe.git
  2. Compile the code:

    g++ -o tic_tac_toe main.cpp
  3. Run the game:

    ./tic_tac_toe
  4. Follow the on-screen instructions to start the game and make your moves using the keyboard.

Game Controls

  • Use the numeric keypad to place your symbol on the board.
  • Follow the on-screen prompts to take turns with your opponent.