Tic Tac Toe Game 🎮
Description
This is a simple Tic Tac Toe game built using HTML, CSS, and JavaScript. The game allows two players to compete on a 3x3 grid.
Features
Two-player mode.
Interactive user interface with responsive design.
Displays the winner or a draw at the end of the game.
How to Play:
- Clone the repository:
(using git operation given below)
git clone https://github.com/dipakokate22/Tic-Tac-Toe-Game.git - Open index.html in your browser.
Take turns clicking on the grid cells to mark X or O.
The first player to align three symbols horizontally, vertically, or diagonally wins.
Technologies Used:
HTML: For the structure of the game.
CSS: For styling and layout.
JavaScript: For game logic and interactivity.