
About
Clumsy Bird is a Flappy Bird clone built with the MelonJS game engine, playable directly in the browser. A customization guide is included for reskinning it, and the project's own wiki lists other games reportedly built by reusing its code.
Getting started
It can be played online directly via the project's GitHub Pages link. To run it locally instead, install Node.js and Grunt, run the project's install command to fetch dependencies, then start the local dev server and open it in a browser.
Additional notes
- Reuse
- Multiple other games have reportedly been built by reusing or forking Clumsy Bird's code, per the project's own linked list of examples.