Skip to content

Emna-chebbi/Tic-Tac-Toe-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Tic-Tac-Toe Game (XO) in C++

This repository contains a simple command-line Tic-Tac-Toe (XO) game written in C++. It allows two players to play against each other in a classic 3x3 grid format.

Features

  • Player vs Player: Two players can play on the same machine, taking turns to mark their moves.
  • Simple Interface: The game is text-based and runs on the command line.
  • Winner Detection: The game detects and announces the winner or declares a draw if no moves are left.