Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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)