Skip to content

simran-kaur5/tic-tac-toe-game-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

tic-tac-toe-game-cpp

A simple Tic Tac Toe game built with C++.

How to Play:

  1. Clone this repository.
  2. Compile the code with any C++ compiler.
  3. Run the compiled program.
  4. The game will ask for player input (1-9) to place 'O' or 'X' on the board.
  5. The first player to get 3 in a row (horizontally, vertically, or diagonally) wins!

Requirements

  • C++ compiler

About

A simple Tic Tac Toe game built with C++.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages