Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ellisonleao/clumsy-bird
:bird: :video_game: A MelonJS port of the famous Flappy Bird Game
https://github.com/ellisonleao/clumsy-bird
flappy-bird game game-development javascript melonjs
Last synced: 3 days ago
JSON representation
:bird: :video_game: A MelonJS port of the famous Flappy Bird Game
- Host: GitHub
- URL: https://github.com/ellisonleao/clumsy-bird
- Owner: ellisonleao
- License: gpl-3.0
- Archived: true
- Created: 2014-02-04T21:12:20.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-04-13T23:19:54.000Z (over 6 years ago)
- Last Synced: 2024-08-01T22:53:57.127Z (3 months ago)
- Topics: flappy-bird, game, game-development, javascript, melonjs
- Language: JavaScript
- Homepage: http://ellisonleao.github.io/clumsy-bird/
- Size: 4.27 MB
- Stars: 1,510
- Watchers: 140
- Forks: 1,050
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-open-source-games - Clumsy Bird - Flappy Bird clone in JavaScript using MelonJavaScript. (Browser-Based / Arcade)
README
Clumsy Bird
===========A MelonJS made "Flappy Bird" clone.
![](http://i.imgur.com/Slbvt65.png)
Play online at http://ellisonleao.github.io/clumsy-bird/
[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy?template=https://github.com/ellisonleao/clumsy-bird/tree/gh-pages)
## Running Locally
- Install [Node](http://nodejs.org/download/) and [Grunt](http://gruntjs.com/)
- Install the dependencies```
npm install
```Then just type on your shell:
```
grunt connect
```Open your browser at `http://localhost:8001/`
## Making your customization
See [CUSTOMIZING](https://github.com/ellisonleao/clumsy-bird/blob/master/CUSTOMIZING.md)
## Some nice games made with this project
[Checkout here](https://github.com/ellisonleao/clumsy-bird/wiki/Games-using-clumsy-bird-code)
Some thoughts about this code you can find on [my blog post](https://medium.com/@ellisonleao/clumsy-bird-an-open-source-flappy-bird-clone-cf615724730f)