JavaScript Tutorial: Build Flappy Bird and Doodle Jump

Improve your JavaScript skills by building two popular millennial games: Doodle Jump & Flappy Bird. In this video, you will practice over 32 of JavaScript’s most popular methods in order to build the two games. This includes .forEach(), .push(), .shift(), .addEventListener(), .appendChild(), while loops, Classes, constructors and many more. 💻 Doodle Jump Code: 💻 Flappy Bird Code:
Back to Top