Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I'm playing on Android and today's puzzle refuses to load in landscape mode. I click the "resume" button and see a brief flash of the puzzle before the resume button replaces it again. I can solve it today in portrait, but, weird.

Ahh, thanks for letting me know! If you’re curious, I had messed with the layout when adding the new side navigation (which I also see is unhelpfully squished in landscape, will have to tweak that) and was trying to get the newly open puzzle to scroll to right below the header, forgetting that the header doesn’t stick to the top of the screen when there’s insufficient screen height. There’s also code to minimize the puzzle if you scroll it offscreen (like by scrolling up to read previous entries) but that was accidentally kicking in from this incorrect auto-scroll, immediately minimizing it…

Cleaned both pieces of that up, so it should be fixed now!