You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Tech Stack
React
Demo:-
About
This is very popular game tic-tac-toe. I made this game using react and tic-tac-toe algorithm.