Welcome to the Tic-Tac-Toe game! This is a simple implementation of the classic game, built using HTML, CSS, and JavaScript.
You can check out the live demo of the game here.
- Play against a friend (two-player mode)
- Responsive design for mobile and desktop
- Simple, clean user interface
- Reset button to start a new game
- HTML: For the structure of the game.
- CSS: For styling the game and making it visually appealing.
- JavaScript: For the game logic and interactivity.
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/yourusername/tic-tac-toe.git
- Navigate to the project directory:
cd tic-tac-toe
Feel free to reach out if you have any questions or feedback. Enjoy playing Tic-Tac-Toe
License This project is licensed under the MIT License. See the LICENSE file for more details.