A Flappy Bird clone with hand tracking.
- Hold something cylindrical (like a Pringles can)
- Move your hand up and down to make the bird jump
- Or just press SPACE / tap the screen
- Hand tracking via TensorFlow.js + MediaPipe
- Speed ramping: starts at 50%, increases 5% per pipe, maxes at 100%
- Secret win condition (you'll know it when you see it)
# Serve locally
python3 -m http.server 8000
# Run tests
node tests/run.js
Another banger by STRML
