/FlappyBird-Clone

flappy bird clone implemented in js and canvas

Primary LanguageJavaScript

FlappyBird-Clone

Flappy Bird is a addicting side-scroller where the player controls a bird, attempting to fly between columns of green pipes without hitting them. This is my attempt to clone the Flappy Bird Game.

Demo : https://binish784.github.io/FlappyBird-Clone/

Project Details

This project is built with Javascript using ES6 Classes, HTML CANVAS for rendering the game screen. For the game engine, Fixed time Step Game Loop is implemented.

Technologies:

  • ES6 javascript
  • HTML CANVAS

Additional Features

  • Two Bird Variations
  • Touch Responsive
  • Responsive Canvas

Screenshot