Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 847 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 847 Bytes

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.

flappy-bird-sample