hectorromo / flappy-puck

IoT. Flappy bird with puck.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

IoT. Flappy bird with puck.js


Languages

Language:JavaScript 99.9%Language:HTML 0.1%