/flappy-bird

vanilla js implemenation of flappy bird

Primary LanguageJavaScriptThe UnlicenseUnlicense

Flappy Bird

Recreation of the most annoying game of 2014.

TODOs

  • score fadeIn() fadeOut()
  • expose a UI.config: speed, bird insisible mode, size of gap, size of bird, etcs
  • activate btns area of canvas
  • increase difficulty (FB.FOREGROUND_SPEED) over time

FIXMEs

  • centering of score text
  • flyEffect quadratic fn
  • flickering on up() only after the first fall
  • 17e1b791 introduce what was fixed in 285c36