Overview
This repository contains a simple implementation of the classic Tic-Tac-Toe game using HTML, CSS, and basic JavaScript. The game provides a user-friendly interface for an interactive gaming experience.
Features
Classic Tic-Tac-Toe gameplay. Responsive design with HTML and styled with CSS. Basic JavaScript for interactive elements.
How to Play
Open index.html in a web browser. Two players take turns clicking on empty cells to make their move. The game declares a winner when a player achieves three in a row horizontally, vertically, or diagonally. In case of a tie, the game prompts for a new round.
Live Play Link https://sagnikbera.github.io/Tic-Tac-Toe-Game/
Technologies used
Discussion