mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
38 lines
967 B
Markdown
38 lines
967 B
Markdown
Clumsy Bird
|
|
===========
|
|
|
|
A MelonJS made "Flappy Bird" clone.
|
|
|
|

|
|
|
|
Play online at http://ellisonleao.github.io/clumsy-bird/
|
|
|
|
[](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)
|