-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f817355
commit 051b449
Showing
1 changed file
with
34 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |