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 🎮
- Host: GitHub
- URL: https://github.com/anmspro/bird-game
- Owner: anmspro
- License: gpl-3.0
- Created: 2023-04-13T09:15:43.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-12T11:31:06.000Z (about 3 years ago)
- Last Synced: 2025-02-08T16:38:16.213Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 15 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Clumsy Bird
===========
A MelonJS made "Flappy Bird" clone.

## 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)