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); } }

🎮 GAMES PLATFORM

🐦 Flappy Bird

Tap to fly! Avoid the pipes. How far can you go?

Score 0
Best 0

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); } }