Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peternewnham/dopply-bird
A motion controlled Flappy Bird clone
https://github.com/peternewnham/dopply-bird
Last synced: about 2 months ago
JSON representation
A motion controlled Flappy Bird clone
- Host: GitHub
- URL: https://github.com/peternewnham/dopply-bird
- Owner: peternewnham
- License: mit
- Created: 2015-03-12T09:09:05.000Z (almost 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2015-03-13T09:16:49.000Z (almost 10 years ago)
- Last Synced: 2024-06-12T17:36:15.749Z (7 months ago)
- Language: JavaScript
- Homepage: https://wrakky.github.io/dopply-bird/
- Size: 4.08 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dopply Bird
A Flappy Bird clone controlled by motion sensors using the Doppler effect through your microphone.
Play online at https://wrakky.github.io/dopply-bird/
Forked from [Clumsy Bird](https://github.com/ellisonle/clumsy-bird) and controlled using [Doppler JS](https://github.com/DanielRapp/doppler).
## How to Play
* Allow the page access to your microphone
* Start a game
* Move your hand in an up motion past the microphone to make the bird fly## 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/`