- Developed a two-player interactive Tic Tac Toe game with dynamic UI updates
- Implements core game logic including win detection and draw handling
- Uses event-driven DOM manipulation to track player turns and game state
- Provides a reset and new game feature to replay instantly
- Fully responsive design for seamless play across devices
- HTML for structure
- CSS for layout, colors, and responsive styling
- JavaScript for interactivity and game logic
- DOM manipulation for real-time user interface updates
- Two players take turns clicking boxes on the 3x3 grid
- Player 1 is assigned "X", Player 2 is "O"
- First player to align 3 of their symbols wins
- If all boxes are filled without a winner, itโs a draw
- Use the Reset Game or New Game button to restart anytime
To run the project locally:
git clone https://github.com/TharunGit220/Tic-Tac-Toe.git