/bird-game

A MelonJS Framework based Game Application. Similar to the famous Flappy Bird Game 🎮

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Clumsy Bird

A MelonJS made "Flappy Bird" clone.

Running Locally

  • Install Node and Grunt
  • Install the dependencies
npm install

Build the project using:

grunt uglify

Then just type on your shell:

grunt connect

Open your browser at http://localhost:8001/

Making your customization

See CUSTOMIZING