guifelippe / tic-tac-toe-cpp

A simple tic-tac-toe game made in C++ to train programming logic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic-Tac-Toe in C++

GitHub repo size GitHub language count GitHub forks Bitbucket open issues Bitbucket open pull requests

Description

This is a simple Tic-Tac-Toe game implemented in C++. Allows two players to play on one terminal. The game uses a 3x3 board and follows the classic rules of tic-tac-toe.

Screenshots

Print Screen

How to play

  1. Clone the repository to your local machine.

  2. Compile the C++ code using an appropriate compiler such as g++.

  3. Run the game:

    ./main
    
  4. Follow the instructions on the terminal to play the game.

Characteristics

  • Implementation in C++.
  • Simple command line interface (CLI).
  • Support for two players.

License

This project is licensed under the MIT License - see the LICENSE file for more details.

About

A simple tic-tac-toe game made in C++ to train programming logic

License:MIT License


Languages

Language:C++ 100.0%