A fun and interactive browser-based Tic Tac Toe game with dynamic player turns, a randomized starting board, and visual feedback for player moves and win conditions.
- Classic 3x3 Tic Tac Toe grid
- Alternating player turns (X and O)
- Randomized player start
- Real-time display of current player and win status
- Dynamic UI feedback (hover effects, color-coded moves)
- Stalemate detection
- "Start Game" button resets board for new matches
File Name | Description |
---|---|
index.html |
Main HTML file containing the entire game interface, styling and Javascript logic. |
- HTML: Game structure and layout
- CSS: Styling and responsive design
- JavaScript: Game logic, event handling, and win detection