A simple Tic Tac Toe game built using HTML, CSS, and JavaScript. This project allows two players to play the classic Tic Tac Toe game in the browser. It is fully responsive, so you can play it on ...
src/ ├── components/ │ ├── Board.tsx # Game board component │ ├── Square.tsx # Individual square component │ ├── ScoreBoard.tsx # Score tracking component │ └── GameHistory.tsx # Game history ...