Skip to content

Suchit1938/Tic-Toc-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe

A simple Tic Tac Toe game implemented in C++. This game allows two players to play Tic Tac Toe on a 3x3 grid, with the objective of getting three of their marks in a row, column, or diagonal.

Features

  1. Two-player mode (player vs. player)
  2. Validations for moves and game progress
  3. Display of the game board after each move

How to Play

  1. The game is played on a 3x3 grid.
  2. Players take turns to place their mark (X or O) on the grid.
  3. The player who places three of their marks in a row, column, or diagonal wins.
  4. The game ends if there is a winner or if the board is full (a draw).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages