From 051b449356674c3d920b245c89a860ff29e01ad6 Mon Sep 17 00:00:00 2001 From: Dharshini <140418056+DHARSHINI1401@users.noreply.github.com> Date: Wed, 16 Oct 2024 22:23:20 +0530 Subject: [PATCH] README.md --- README.md | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e7c294a..4367583 100644 --- a/README.md +++ b/README.md @@ -1 +1,34 @@ -# Prasunet_WD_03 \ No newline at end of file +# Tic Tac Toe + +Welcome to the **Tic Tac Toe** game! This is a simple web-based version of the classic Tic Tac Toe game built using HTML, CSS, and JavaScript. + +## Live Demo + +You can play the game here: [Tic Tac Toe Live Demo](https://dharshini1401.github.io/Tic-Tac-Toe/) + +## Features + +- 🎮 Play against another player +- 🔄 Reset the game anytime +- 🏆 Displays the winner + +## Technologies Used + +- **HTML**: For structuring the game layout +- **CSS**: For styling the game interface +- **JavaScript**: For game logic and interactivity + +## How to Play + +1. Open the game in your browser. +2. Players take turns to place their marker (X or O) in an empty cell. +3. The first player to get three markers in a row (horizontally, vertically, or diagonally) wins the game. +4. If all cells are filled without a winner, the game ends in a draw. +5. Click the "Reset" button to start a new game. + +## Getting Started + +1. Clone the repository: + + ```bash + git clone https://github.com/dharshini1401/Tic-Tac-Toe.git