






A modern recreation of the classic Flappy Bird built entirely from scratch with vanilla JavaScript, featuring smooth physics and progressive difficulty.
Tech Stack
Links
A modern recreation of the classic Flappy Bird built entirely from scratch with vanilla JavaScript, featuring smooth physics and progressive difficulty.
Implementing precise collision detection, maintaining consistent 60fps across all browsers, and creating smooth gravity physics — all without any game framework. Every line of code was written entirely from scratch.
I engineered a custom game engine with optimised physics calculations and efficient rendering via requestAnimationFrame. The implementation features adaptive difficulty scaling, responsive mouse controls, and buttery-smooth animations — demonstrating strong vanilla JavaScript fundamentals.