alanzhan 1 day ago

Hi HN! I want to share something a bit different — a small web game that went massively viral in Argentina last week, and the bilingual landing page I built around it so more people can discover it.

The backstory is half the fun. On July 29, an Argentine TV comedy show called "Paren La Mano" aired a sketch pitching an absurd premise: a mother has 30 days to score a penalty kick against Emiliano "Dibu" Martínez (Argentina's national team goalkeeper) to free her son. The bit was so ridiculous it immediately became a meme.

A developer, @guguimuzzio, saw the clip and turned it into a real, playable pixel-art game in under 48 hours. You get 30 days (30 penalty attempts). Aim by moving a crosshair that drifts to simulate the mother's nerves, hold to charge power, release in the green zone. Score once and your son goes free. It's genuinely hard — Dibu taunts you and dives early if you get predictable. Progress saves to localStorage, no account needed.

It blew up when streamers played it live, then jumped to TikTok, YouTube, and X.

To be clear about what's mine: the original game is 100% @guguimuzzio's and is embedded here via iframe. What I built is the site around it — a Next.js landing page with full English + Spanish localization, SEO (alternates, sitemap, JSON-LD for WebApplication + FAQ), and sections explaining the origin story and how to play, since most of the context was only circulating in Spanish.

A few things I'd love feedback on: - The cross-language SEO setup (hreflang alternates between / and /en/) - The iframe sandbox + lazy-load approach for embedding a third-party game - Whether this "wrap a viral game with proper localization" pattern makes sense as a small project

The original game lives at viejavsdibu.vercel.app. Happy to answer questions about the build, the localization, or the Argentine football lore behind it!