๐Welcome to my Chrome Dinosaur game clone! ๐ This project recreates the iconic offline browser game using ๐ HTML, ๐จ CSS, and ๐ป JavaScript with HTML5 Canvas. ๐
Project Demo: https://nidhiupman568.github.io/CHROME-DINOSAUR-GAME/
- Game Loop ๐: Smooth and continuous game updates. ๐น๏ธ
- Canvas Graphics ๐ผ๏ธ: Dynamic images rendered on the HTML5 canvas. ๐จ
- Simple Controls ๐ฏ: Click to make the dinosaur jump. ๐ฆ
- Random Obstacles ๐ต: Cacti are randomly generated and move across the screen. ๐ต
- Collision Detection ๐ฅ: Accurate detection between the dinosaur and cacti. ๐
- Score Tracking ๐: Real-time running score display. ๐
- Start the Game ๐: Open
index.html
in your browser. ๐ - Jump ๐ฆ: Click or tap to make the dinosaur jump. โฌ๏ธ
- Avoid Cacti ๐ต: Navigate without hitting the cacti. ๐ก๏ธ
- Score Points ๐ : Earn points for each cactus avoided. ๐
-
Clone the repository: 'https://github.com/nidhiupman568/CHROME-DINOSAUR-GAME.git' ๐
-
Open the
index.html
file in your browser. ๐
- HTML5 ๐
- CSS3 ๐จ
- JavaScript ๐ป