/flappy-puck

IoT. Flappy bird with puck.js

Primary LanguageJavaScript

Flappy Bird

This is my first project using p5.js, and I decided to try and emulate the classic Flappy Bird game!
Core concepts of my code are drawn from The Coding Train's github.
Background music is from www.bensound.com, Funky Element.

Basic Functions Implemented

  • Bird jumping up and down
  • Pipes moving right to left
  • Stopping the game when bird crashes into pipe
  • Restarting the game by clicking a button

To Fix/Update

  • Counting method (Streak)
  • Increase difficulty as streak increases
  • Improve the spacing of the pipes

flappy-puck