DEV Community

Ania Kubow
Ania Kubow

Posted on

Doodle Jump in JavaScript (video)

Hello Everyone! As seen recently on freeCodeCamp.org, I made a video on how to make Two Millenial Games in JavaScript, HTML and CSS.

Here is the Doodle Jump game walkthrough from that video. Hope you enjoy it!

If you did like this video, please hit the Like and Subscribe button so I know to make more!

Video Content:
⌨️ (00:00) Introduction
⌨️ (01:54) Introduction to Doodle Jump
⌨️ (01:56) Doodle Jump game logic
⌨️ (03:34) Setting up our game
⌨️ (07:37) Creating our doodler
⌨️ (12:02) Creating our platforms
⌨️ (15:02) Creating our Platform Class
⌨️ (19:53) Moving our platforms
⌨️ (23:12) Making our doodler jump
⌨️ (22:40) Making our doodler fall
⌨️ (27:21) Writing our game over logic
⌨️ (30:54) Hooking up our keyboard keys
⌨️ (38:21) Making our doodler go left and right
⌨️ (44:57) Removing and adding new platforms using array work
⌨️ (48:49) Removing all children of the grid using a while loop
⌨️ (49:41) adding the score

YouTube: https://www.youtube.com/aniakubow
Twitter: https://www.twitter.com/ania_kubow
Instagram: https://www.instagram.com/aniakubow
Github: https://github.com/kubowania/Doodle-Jump

Top comments (0)