Billybird Pirate Jump

Hoe te spelen

Klik of tik op het scherm om te springen. Sommige powerups geven je een dubbele sprong!
Gebruik de pijltjestoetsen om naar links of rechts te bewegen.
Verzamel munten om powerups te kopen.
Vind alle 12 schatkaartdelen om de schatkist te ontgrendelen!
Billybird
Niveau: 1
Dodges: 0
Billybird x 5
Coin 0
Map 0/12

Prestatie behaald!

-higher").addEventListener("click", function() { if (coinsCount >= powerupCost) { coinsCount -= powerupCost; updateCoins(); jumpMultiplier = 1.5; if (!isMuted) powerupSound.play(); showFloatingText(gameContainer.clientWidth / 2, gameContainer.clientHeight / 2, "Hogere Sprong Geactiveerd!", "#4CAF50"); billy.classList.add("powerup-active"); setTimeout(() => { billy.classList.remove("powerup-active"); }, 3000); resumeLevel(); } else { if (!isMuted) hitSound.play(); // Make it very clear there are not enough coins showFloatingText(gameContainer.clientWidth / 2, gameContainer.clientHeight / 2, "Niet genoeg munten!", "#F44336"); // Shake the coin display const coinsDiv = document.getElementById("coins"); coinsDiv.classList.add("shake"); setTimeout(() => { coinsDiv.classList.remove("shake"); }, 500); } }); document.getElementById("powerup