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.
-
Notifications
You must be signed in to change notification settings - Fork 1
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.
Abdullah-056/Tic-tac-toe
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 0
No packages published