/
Classic Games
Bubble Shooter Games
About
Games developed by Amazing Adam
Classic
Vex
adventure
skill
jumping
function getCardsPerStep() { const vw = window.innerWidth; if (vw >= 2100) return 6; if (vw >= 1800) return 5; if (vw <= 900) return 2; if (vw <= 1200) return 3; return 4; }