A simple web-based Tic Tac Toe game built using HTML, CSS, and JavaScript. Two players can take turns playing as "X" and "O". The game detects wins, draws, and includes reset functionality.
- Two-player turn-based game
- Win detection for all rows, columns, and diagonals
- Draw detection when all boxes are filled with no winner
- New Game and Reset buttons
- User-friendly message display for win/draw status