Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/`