Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drproteus/flappy-bird
https://github.com/drproteus/flappy-bird
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/drproteus/flappy-bird
- Owner: drproteus
- Created: 2023-03-27T20:58:44.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-31T18:49:46.000Z (over 1 year ago)
- Last Synced: 2024-04-16T03:35:50.527Z (9 months ago)
- Language: JavaScript
- Size: 1.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flappy Bird: Windfish Edition
[Demo](https://static.skinet.org/flappy-bird)
## Requirements
* bower: `npm install -g bower`
* grunt: `npm install -g grunt`## Building
* `npm install`
* `bower install`
* `grunt build``index.html` and compiled assets will be in `dist/` ready to serve.