Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 819 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 819 Bytes

BlinkyBird

A very simple addon to FlapPyBird that adds eye blinking to controller the bird.

demo gif

Installation

Follow How-To from @sourabhv, and this addtional steps:

$ git clone https://github.com/Lucisu/BlinkBird.git
$ cd BlinkBird
$ pip3 install -r requirements.txt

Method

Uses OpenCV and shape_predictor_68_face_landmarks.dat to find eyes and their points.

Thanks to PySource and blink detection logic.