๐Welcome to my Doodle Jump game clone! ๐ This project recreates the popular mobile game using ๐ HTML, ๐จ CSS, and ๐ป JavaScript with HTML5 Canvas. ๐
Project Demo: https://nidhiupman568.github.io/DOODLE-JUMP-GAME/
- Game Loop ๐: Smooth and continuous game updates. ๐น๏ธ
- Canvas Graphics ๐ผ๏ธ: Dynamic images rendered on the HTML5 canvas. ๐จ
- Interactive Controls ๐ฏ: Click to move the doodler left or right. ๐ฑ๏ธ
- Game Physics โ๏ธ: Realistic physics applied to doodler movements. ๐งฒ
- Random Platforms ๐ฒ: Platforms are randomly generated and move down the screen. ๐
- Collision Detection ๐ฅ: Accurate detection between the doodler and platforms. ๐
- Score Tracking ๐: Real-time running score display. ๐
- Game Reset ๐: Easily reset the game after a game over. ๐
- Start the Game ๐: Open
index.html
in your browser. ๐ - Move ๐น๏ธ: Click or tap to move the doodler left or right. โฌ ๏ธโก๏ธ
- Jump ๐ฐ: Keep jumping on platforms to avoid falling. โฌ๏ธ
- Score Points ๐ : Earn points by jumping on platforms and reaching higher levels. ๐
-
Clone the repository: 'https://github.com/nidhiupman568/DOODLE-JUMP-GAME.git' ๐
-
Open the
index.html
file in your browser. ๐
- HTML5 ๐
- CSS3 ๐จ
- JavaScript ๐ป