Asroyx / tic-tac-toe

This TicTacToe project is a simulation of the Famous real-world TicTacToe Game. It was built by C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TicTacToe Game Simulation

Overview

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.

Features

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

Requirements

  • C++ Compiler (e.g., GCC, Clang)
  • Terminal or IDE with C++ support

Getting Started

  1. Clone the repository:

    git clone https://github.com/Asroyx/tic-tac-toe.git

About

This TicTacToe project is a simulation of the Famous real-world TicTacToe Game. It was built by C++


Languages

Language:C++ 100.0%