🐦 Flappy Bird
Tap to fly! Avoid the pipes. How far can you go?
How to Play
- 👆 Click, tap, or press Space to fly
- 🚫 Avoid hitting pipes or ground
- 🏆 Pass through pipes to score points
- 🎯 Beat your high score!
🏆 Flappy Bird Leaderboard
Loading scores...
function shareScore() { const scoreEl = document.getElementById("score"); const score = scoreEl ? parseInt(scoreEl.textContent) : 0; if (typeof SocialShare !== "undefined") { SocialShare.showShareModal("flappy-bird", score); } } function shareScore() { const scoreEl = document.getElementById("score"); const score = scoreEl ? parseInt(scoreEl.textContent) : 0; if (typeof SocialShare !== "undefined") { SocialShare.showShareModal("flappy-bird", score); } } function shareScore() { const scoreEl = document.getElementById("score"); const score = scoreEl ? parseInt(scoreEl.textContent) : 0; if (typeof SocialShare !== "undefined") { SocialShare.showShareModal("flappy-bird", score); } }
Tap to fly! Avoid the pipes. How far can you go?
Loading scores...