A simple, mobile-responsive Tic-Tac-Toe game built with HTML, CSS, and JavaScript.
You can play the game live here
- Mobile-responsive design
- Interactive gameplay
- Displays win and draw messages on a new screen
- Restart game functionality
-
Clone the repository:
git clone https://github.com/yourusername/tic-tac-toe.git
-
Navigate to the project directory:
cd tic-tac-toe
- Open
index.htmlin your preferred web browser to start the game.
TicTacToe/
│
├── index.html # Main HTML file
├── styles.css # CSS file for styling
└── script.js # JavaScript file for game logic