Making my site less lonely - lets play!

Drop a piece when it is your turn. The same match continues if you open this page again in the same browser.

Loading Connect Four…

I wanted to have this interactive element on my blog for a while now, to signal to me that folks are reading it in a bit more fun way rather than just analytics. It also hopefully reminds you, the reader, that there is an actual human on the other side.

Connect four seems like a great game to include - my 7yo kiddo keeps beating me at it so its time to practice.

The game backend still lives on ping.gcd.si (same Supabase project as the original Lovable build). The board UI is loaded from ping.gcd.si/game-widget.js so it stays in sync with the ping app; this site only adds the blog shell and sidebar CTA state (no hidden iframe). Note: /embed on ping is an HTML page, not a script — the embeddable JavaScript is game-widget.js. Rate limiting and the phone ping are unchanged. Still, a lot of pings would be cool!

Back to home