Skip to content

RinkeshKumarSinha/Tic_Tac_Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe Console Game

Overview

This is a simple Tic-Tac-Toe game implemented in C++. The game is designed to be played in the console, where two players can take turns to place their marks (X or O) on a 3x3 grid. The game ends when one player wins or the grid is filled with no winner.

Features

  • Two-player mode
  • Simple console-based interface
  • Basic input validation
  • Game status updates (win/lose/tie)

Screenshots

App Screenshot

Requirements

  • C++11 or higher
  • A C++ compiler (e.g., g++, clang++)

Installation

  1. Clone the Repository

    git clone <repository-url>
    cd <repository-directory>

About

simple tic tac toe game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages