This is a simple implementation of the popular Doodle Jump mobile game where players control a character that jumps automatically and must land on platforms to climb higher while avoiding falling off the screen.
This is a simple implementation of the popular Doodle Jump mobile game where players control a character that jumps automatically and must land on platforms to climb higher while avoiding falling off the screen.
Just shipped a Doodle Jump clone using vanilla JavaScript and HTML5 Canvas! The game features gravity-based physics, collision detection, and auto-scrolling platforms. I learned a lot about game loops, sprite animation, and handling player physics. The trickiest part was getting the platform scrolling to feel smooth when the player jumps higher. Planning to add moving platforms and power-ups next!
finish the game
Log in to leave a comment
the background and game structure
Log in to leave a comment