Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Apurv56kum authored Feb 21, 2024
1 parent 6349d02 commit 30a7248
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
# Tic-Tac--Toe-Game
Tic - Tac - Toe Game

This project is the part of the Web Development tutorial.

This is a simple Tic Tac Toe game built using JavaScript. The game can be played in a web browser and is designed to be simple and intuitive.

# Demo link
https://apurv56kum.github.io/Tic-Tac--Toe-Game/

## Features
- Two players can play the game.
- Players take turns to place their mark (either "X" or "O") on the game board.
- The first player to get three marks in a row (horizontally, vertically, or diagonally) wins the game.
- If no player gets three marks in a row and the game board is full, the game ends in a tie.

## Screenshots
![home page](https://github.com/Apurv56kum/Tic-Tac--Toe-Game/assets/75967582/a911a41f-4398-4fa8-9194-52d5c9ecc12e)
![X Win](https://github.com/Apurv56kum/Tic-Tac--Toe-Game/assets/75967582/1f4edd8d-9b53-450f-be05-ae85228a5771)
![draw ](https://github.com/Apurv56kum/Tic-Tac--Toe-Game/assets/75967582/08669592-d663-4918-8080-a7efb62625fc)

## Technology Used

The Tic Tac Toe game was built using the following technologies:
- HTML
- CSS
- JavaScript

0 comments on commit 30a7248

Please sign in to comment.