🎉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 💻