This repository contains a simple Tic-Tac-Toe game built using HTML, CSS, and JavaScript. Below is an overview of the project structure and how to get started.
- index.html: The main HTML file that structures the game layout.
- style.css: The CSS file for styling the game interface.
- script.js: The JavaScript file that contains the game logic.
- Interactive game board
- Real-time game status updates
- Game restart functionality
- Clone the repository:
git clone https://github.com/vaidu25/Tic_tac_toe-Game.git
Enjoy playing Tic-Tac-Toe!