Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 776 Bytes

File metadata and controls

10 lines (6 loc) · 776 Bytes

In this tutorial, you will learn to create the doodle jump game with html, css, and javascript. Specifically, you will learn how to code the game using html5 canvas.

Throughout the tutorial, you will learn how to create the game loop, add images onto the canvas, add click handlers to move the doodler jump and move left and right, apply game physics, randomly generate platforms and move them down the screen, detect collisions between the doodler and each platform, add a running score, and reset the game.

doodle-jump-sample