A simple Tic Tac Toe game built using HTML, CSS, and JavaScript.
- Human vs Computer mode
- Computer AI (can block and try to win)
- Score tracking system
- Win detection logic
- Restart game option
- Winning highlight effect
- HTML
- CSS
- JavaScript (Vanilla JS)
- Open the game in your browser
- You play as X
- Computer plays as O
- Take turns to place your mark
- First to get 3 in a row wins!