Clone of the easter egg game in Android Marshmallow
Demo (play it on mobile): https://rpemberton.github.io/flappy-bird
- React
- RequestAnimationFrame
- SVG
- Performance: Use Canvas instead of SVG
- Performance: Use one RequestAnimationFrame (consolidate all rAF callbacks)
- Refactor