Skip to content

Commit cec3ceb

Browse files
committedJul 30, 2024·
update the project
1 parent fdf6166 commit cec3ceb

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
 

‎README.md

+11
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,17 @@ In order to run this project you need:
342342
</details>
343343
</li>
344344

345+
<li>
346+
<details>
347+
<summary>Dinosaur Game</summary>
348+
<p>This project is a simple, interactive "Dinosaur Game" built using HTML, CSS, and JavaScript. Inspired by the classic offline game in Google Chrome, the player controls a dinosaur character that must jump over moving obstacles (cacti) to avoid collision. The game features basic animations and a scoring system, providing an engaging experience. The project demonstrates fundamental concepts of web development, including DOM manipulation, event handling, and CSS animations.</p>
349+
<ul>
350+
<li><a href="https://tajulafreen.github.io/50Projects-HTML-CSS-JavaScript/Source-Code/DinosaurGame/">Live Demo</a></li>
351+
<li><a href="https://github.com/tajulafreen/50Projects-HTML-CSS-JavaScript/tree/main/Source-Code/DinosaurGame">Source</a></li>
352+
</ul>
353+
</details>
354+
</li>
355+
345356
</ol>
346357

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

0 commit comments

Comments
 (0)
Please sign in to comment.