A simple Tic-Tac-Toe game built using HTML, CSS, and JavaScript.
Play as X or O and challenge your friends!
- Two-player gameplay (
XvsO) - Automatic win detection with highlights
- Reset game with New Game! button
- Responsive design with background image
- Green highlight for the winning combination
Tic-Tac-Toe/
│
├── index.html # Main HTML file
├── Tic-Tac-Toe.css # Styling (UI + background)
├── Tic-Tac-Toe.js # Game logic (JavaScript)
├── bg.jpg # Background image
└── README.md # Project documentation