Here, I make a simple Tic-Tac-Toe game built using HTML, CSS, and JavaScript with interactive UI.
- The game is played on a 3x3 grid.
 - Player 'O' starts first, and players take turns placing their marks.
 - The first to get 3 in a row wins!
 - Click Reset or New Game to restart.
 
- Open 
index.htmlin a browser. - Enjoy the game!