Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bbm2910 authored May 15, 2024
1 parent 3fcafe5 commit d3e071b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
![My Image](Screenshot.png)
Tic-Tac-Toe is a classic paper-and-pencil game played on a grid of 3x3 squares. This repository contains a web-based implementation of the Tic-Tac-Toe game using HTML, CSS, and JavaScript. Players take turns marking X or O in empty squares, and the objective is to have three of their marks in a horizontal, vertical, or diagonal row.

## [Demo](https://bbm2910.github.io/Tic-Tac-Toe/)
## [Demo](https://bbm2910.github.io/X_and_O-game/)

## Features
Two players can participate in the game.
Expand Down

0 comments on commit d3e071b

Please sign in to comment.