Skip to content

Commit 803a715

Browse files
committed
Update the readme file with the description
1 parent cd7c06f commit 803a715

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,17 @@ In order to run this project you need:
540540
</details>
541541
</li>
542542

543+
<li>
544+
<details>
545+
<summary>Tic Tac Toe App</summary>
546+
<p>This is a simple Tic Tac Toe game built using HTML, CSS, and JavaScript. The game allows two players to alternate turns and try to win by getting three of their symbols (X or O) in a row, either horizontally, vertically, or diagonally. The game will automatically check for a winner or draw after each move, and players can restart the game at any time.</p>
547+
<ul>
548+
<li><a href="https://tajulafreen.github.io/50Projects-HTML-CSS-JavaScript/Source-Code/TicTacToe/">Live Demo</a></li>
549+
<li><a href="https://github.com/tajulafreen/50Projects-HTML-CSS-JavaScript/tree/main/Source-Code/TicTacToe">Source</a></li>
550+
</ul>
551+
</details>
552+
</li>
553+
543554
</ol>
544555

545556
<p align="right">(<a href="#readme-top">back to top</a>)</p>

0 commit comments

Comments
 (0)