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
"description": "This is a simple **Tic Tac Toe** game built with **React**. It allows two players to take turns marking cells in a 3x3 grid. The player who successfully places three marks in a row (horizontal, vertical, or diagonal) wins the game. If all cells are filled with no winner, the game results in a draw.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"