- Coding Tutorial: https://youtu.be/jj5ADM2uywg
- Demo: https://imkennyyip.github.io/flappy-bird/
- Learn how to add music/sounds: https://youtu.be/UQA5jG-yh78
- Learn how to add animations: https://youtu.be/94Vw8teCElM
In this tutorial, you will learn to create the flappy bird 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 make the flappy bird jump, randomly generate pipes and move them across the screen, detect collisions between the flappy bird and each pipe, and add a running score.