Flappy_Bird_JS

Flappy_Bird_JS Used AI

0 devlogs
0h 0m

Flappy Bird JS is a fully functional 2D game built using vanilla JavaScript, HTML, and CSS.
This version replicates the core mechanics of the classic Flappy Bird game with added polish, including real image assets, sound effects, score tracking, and high score persistence using localStorage.
The game runs directly in the browser and is ideal as a beginner-friendly project to understand game loops, collision detection, and canvas rendering.