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

https://github.com/anmspro/bird-game

A MelonJS Framework based Game Application. Similar to the famous Flappy Bird Game 🎮
https://github.com/anmspro/bird-game

Last synced: about 1 year ago
JSON representation

A MelonJS Framework based Game Application. Similar to 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)

## Running Locally

- Install [Node](http://nodejs.org/download/) and [Grunt](http://gruntjs.com/)
- 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](https://github.com/anmspro/bird-game/blob/master/CUSTOMIZING.md)