This is a responsive Tic Tac Toe game developed using HTML, CSS, and JavaScript. The game allows two players to play against each other on the same device.
- Responsive Design: The game layout adjusts to different screen sizes and devices.
- Interactive Gameplay: Click to place X's and O's and try to get three in a row to win.
- Restart Functionality: Players can easily restart the game to play again.
- Clone the repository to your local machine using:
git clone https://github.com/riteshkrkarn/tic-tac-toe.git
- Navigate to the project directory:
cd tic-tac-toe
- Open the
index.html
file in your preferred web browser to start playing.
- Click on any of the nine cells to place your symbol (X or O).
- Alternate turns with your opponent until someone wins or the board is full.
- Click the reset button to play again.
For any questions or suggestions, please reach out to me at [email protected].