A modern, responsive Tic-Tac-Toe game built with React that features multiple difficulty levels, game statistics tracking, and a sleek user interface. ├── public/ # Static assets ├── src/ │ ├── ...
You play as X (click any empty square to place X). The AI plays as O. Use the Easy / Hard buttons to change difficulty (each change starts a new game). Click "New Game" to reset the board. Scores ...