bjornamr / FlappyMouth

Flappy Bird - playing with the mouth through web cam

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flappy Mouth - Making Waves

Written by Dmitriy Semashkov and Bjørnar Moe Remmen as a project used for meetups with students. Use and change as you like.

This code makes it possible to play flappy bird using your mouth utilizing the web cam.

From this start screen, open your mouth 3 times to start playing.

Here a losing screen. To get back to starting screen, open your mouth 2 times.

Installation instructions

(only tested on osx and python3)

brew install cmake

install python dependencies

pip3 install -r requirements.txt

run game with flappy.py

python3 flappy.py

Rewritten version of https://github.com/sourabhv/FlapPyBird with added functionality to detect face.

About

Flappy Bird - playing with the mouth through web cam

License:MIT License


Languages

Language:Python 100.0%