diff --git a/README.md b/README.md index 0c78d84..1c602ea 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # Tic-Tac-Toe - +![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/) + ## Features Two players can participate in the game. The game board is displayed on a 3x3 grid. @@ -22,3 +24,4 @@ Player 2 takes their turn by clicking on another empty square. The square will b Players continue taking turns until one player wins or the game ends in a draw. The game automatically determines the winner and updates the scores accordingly. Enjoy playing Tic-Tac-Toe! +