##Description
This is a simple Tic Tac Toe game built using HTML, CSS, and JavaScript. It allows two players to take turns placing their marks (X or O) on a 3x3 grid. The first player to get three of their marks in a row, column, or diagonal wins the game.
##Features
- Responsive design
- Win detection
- Reset button to start a new game
##Installation
- Clone the repository or download the ZIP file.
- Open the index.html file in your web browser.
##Usage
- Click on any empty box to place your mark.
- Players take turns until one wins or all boxes are filled.
- If a player wins, a message will display the winner.
- Click "New Game" to start a new game.
- Click "Reset" to clear the board and start over.