Skip to content

Tic-tac-toe is a game in which two players take turns in drawing either an ` O' or an ` X' in one square of a grid consisting of nine squares. The winner is the first player to get three of the same symbols in a row, column or diagonal.

Notifications You must be signed in to change notification settings

Abdullah-056/Tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

README

In this Tic Tac Toe game implemented in C++, the user will be able to play against another player. The game will start with a blank 3x3 grid and the user will be prompted to enter the spot adjecent to the numbers placed in row and column where they want to place their symbol. The user will then take its turn and place its symbol in an available spot on the grid. The game will continue until either the user gets three of their symbols in a row or until all of the spots on the grid are filled. If all of the spots on the grid are filled and no one has three of their symbols in a row, the game will result in a tie.

About

Tic-tac-toe is a game in which two players take turns in drawing either an ` O' or an ` X' in one square of a grid consisting of nine squares. The winner is the first player to get three of the same symbols in a row, column or diagonal.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages