/Tic_tae_toe

Primary LanguageC++Apache License 2.0Apache-2.0

Tic_tae_toe


👉Tic-tac-toe is a straightforward two-player game, two players mark X or O one by one in a 3x3 grid.

👉To win the game, one has to complete a pair of 3 symbols in a line, and that can be a horizontal line , vertical line , or a diagonal line.

👉Player1 is represented by Xs and player2 is represented by Os.

👉This is a console screen-based program created in C++.