Completed
⌨️ Removing all children of the grid using a while loop
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Doodle Jump in JavaScript
Automatically move to the next video in the Classroom when playback concludes
- 1 ⌨️ Introduction
- 2 ⌨️ Introduction to Doodle Jump
- 3 ⌨️ Doodle Jump game logic
- 4 ⌨️ Setting up our game
- 5 ⌨️ Creating our doodler
- 6 ⌨️ Creating our platforms
- 7 ⌨️ Creating our Platform Class
- 8 ⌨️ Moving our platforms
- 9 ⌨️ Making our doodler jump
- 10 ⌨️ Making our doodler fall
- 11 ⌨️ Writing our game over logic
- 12 ⌨️ Hooking up our keyboard keys
- 13 ⌨️ Making our doodler go left and right
- 14 ⌨️ Removing and adding new platforms using array work
- 15 ⌨️ Removing all children of the grid using a while loop
- 16 ⌨️ adding the score