Tic-Tac-Toe Game

A simple Tic Tac Toe game built using HTML, CSS, and JavaScript.

Screenshot of Tic-Tac-Toe game

Description:

This is a simple web-based Tic Tac Toe game built using HTML, CSS, and JavaScript. The game allows two players to take turns marking X and O on a 3x3 grid. The first player to get three marks in a row wins the game. If all nine cells are filled without a winner, the game is declared a draw. The game has a "Restart" button that allows players to reset the game and start again.

What I learned: