A simple, interactive Tic-Tac-Toe (X and O) game built using HTML, CSS, and JavaScript. This project is a great demonstration of fundamental web development skills including DOM manipulation, responsive design, and game logic implementation.
- HTML โ Markup structure for the game board and controls
- CSS โ Styling for layout, grid design, and responsive UI
- JavaScript โ Game logic, turn management, winner detection, and event handling
- โ Two-player game (X vs O)
- โ Real-time board updates
- โ Win and draw detection
- โ Game restart/reset functionality
- โ Clean and responsive UI
- Clone the repository:
git clone https://github.com/yourusername/tic-tac-toe-js.git
- Navigate to the Folder
cd tic-tac-toe-js - Open index.html in your web browser.