Description:
A simple two-player Tic Tac Toe Game built using HTML, CSS, and JavaScript. The game allows two users to play alternately on a 3x3 grid, checking for wins or draws automatically.
Features:
- 3x3 grid with interactive cells.
-Displays player turns (X or O).
-Detects win or draw conditions.
-Option to restart the game.
Learning Focus:
-DOM manipulation
-Conditional logic
-Arrays & loops
-Event handling
Difficulty: Beginner