Advanced Tic-Tac-Toe Game
An interactive and feature-rich Tic-Tac-Toe web application built using HTML, CSS, and JavaScript. This project includes player customization, score tracking, and a match-based gameplay system.
Live Demo
Web Link
Features
- Interactive 2-player gameplay
- Real-time win and draw detection
- Automatic reset after each round
- Custom player name input
- Dynamic turn display
- Score tracking system
- βBest ofβ match format (1, 3, 5, 7)
- Match winner announcement π
- Highlight winning cells
- Clean and modern UI
Tech Stack
- HTML5
- CSS3
- JavaScript (ES6)
Project Structure
tic-tac-toe
βββ index.html
βββ style.css
βββ script.js
βββ README.md
Preview

Learning Outcomes
- DOM manipulation
- Event handling
- Game logic implementation
- State management (score, turns, match system)
- Front-end project structuring
Future Improvements
- Add AI (Play vs Computer)
- Improve UI with animations
- Make fully responsive
- Add sound effects
- Store scores using local storage
Author
Aditya Kumar Vaish