Task - To build a simple Tic Tac Toe web application.
- Two players take turns: placing 'X' and 'O' marks in empty spaces on a 3x3 square grid.
- Player with the 'X' mark starts first. The first player to place 3 marks in a vertical, horizontal, or diagonal row wins the game.
- If all spaces are filled, the game ends in a draw.
Languages Used: HTML, CSS, & JavaScript
This is preview of the project. You can visit live preview on Here.