A simple Tic Tac Toe (X and O) game built using HTML, CSS, and JavaScript. Play against a friend in this classic game of strategy!
- HTML
- CSS
- JavaScript (Vanilla)
- Player 1 is X, Player 2 is O.
- Click on a box to make your move.
- First to align 3 marks in a row (horizontal, vertical, or diagonal) wins.
- Reset the board to play again.