Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DHARSHINI1401 authored Oct 16, 2024
1 parent f817355 commit 051b449
Showing 1 changed file with 34 additions and 1 deletion.
35 changes: 34 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,34 @@
# Prasunet_WD_03
# 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

0 comments on commit 051b449

Please sign in to comment.