Flappy Bird clone utilizing facial recognition to move the "bird"
Flappy Face uses Facial Recognition to detect your face's position in the camera and moves the "bird" to reflect that position.
Move the bird by moving your head up and down to skate between the pipes.
This project was created in collaboration with Colin May (github.com/cmay20) for a high school computer science final project in 2019.
Going to be refactoring this project intermittently.
- Improve collision detection
- Update movement to better reflect the Flappy Bird original
- Planning on switching to detect when the user smiles, making the player object "flap"
- When this update is implemented, planning on changing name to Happy Bird ;)