Welcome to the Tic Tac Toe game! This is a simple web-based version of the classic Tic Tac Toe game built using HTML, CSS, and JavaScript.
You can play the game here: Tic Tac Toe Live Demo
- ๐ฎ Play against another player
- ๐ Reset the game anytime
- ๐ Displays the winner
- HTML: For structuring the game layout
- CSS: For styling the game interface
- JavaScript: For game logic and interactivity
- Open the game in your browser.
- Players take turns to place their marker (X or O) in an empty cell.
- The first player to get three markers in a row (horizontally, vertically, or diagonally) wins the game.
- If all cells are filled without a winner, the game ends in a draw.
- Click the "Reset" button to start a new game.
-
Clone the repository:
git clone https://github.com/dharshini1401/Tic-Tac-Toe.git