Home

Awesome

Handy Bird

Play Flappy Bird by actually flapping your hands.

<img src="https://media.giphy.com/media/UHbpTnnoxbG9O/giphy.gif">

Play it now here: https://wanderingstan.github.io/handybird/

Notes

History

I was totally amazed by Daniel Rapp's demo that its possible to detect hand movement using the doppler effect in javascript. Given that I must make everything into a game, Flappy Bird was the obvious choice. Nebez Briefkani had already created a great javascript version, Floppy Bird. Excellent code in both projects enabled this mash-up.

Local Development

The microphone is not permitted files served from the filesystem. To develop on a local machine, you'll have to start a webserver. This should work:

python -m SimpleHTTPServer 8000