Skip to content

ajuxtapose22/flappy-bird

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.8%
  • HTML 7.4%
  • CSS 3.8%