</script> </body> </html>
// ground ctx.fillStyle = "#6b4c3b"; ctx.fillRect(0, GROUND_Y, canvas.width, canvas.height - GROUND_Y + 2); ctx.fillStyle = "#9c7c5b"; for(let i=0;i<20;i++) ctx.fillRect((i*50 + distance*8) % 850 -50, GROUND_Y-4, 25, 6); qwop game unblocked
.game-container background: #2d3e40; padding: 20px; border-radius: 24px; box-shadow: 0 10px 25px rgba(0,0,0,0.3); </script> </body> </html> // ground ctx