#Overview:
This is a simple, interactive Tic Tac Toe game built using HTML, CSS, and JavaScript. The game allows two players to play against each other on a 3x3 grid. The first player to align three of their symbols (either 'X' or 'O') horizontally, vertically, or diagonally wins the game.
#Features:
1.Interactive UI: A clean and responsive user interface.
2.Player vs Player: Two players can play the game on the same device.
3.Game Reset: The game can be reset at any time to start a new round.
4.Win Detection: The game automatically detects when a player has won or if the game ends in a draw.
#Technologies Used:
HTML: Structure of the application.
CSS: Styling and layout of the application.
JavaScript: Game logic and interactivity.