What loads when you tap a game tile

The click is simpler than it looks

When you tap a card on www.redearthsimplicity.com, three things happen in quick succession. The page darkens, a popup panel slides in, and an iframe points at an itch.io embed for that title. You stay on www.redearthsimplicity.com the entire time — the URL bar does not jump to a random game portal.

I only understood this after I opened the same tile on desktop and mobile side by side. Desktop loads WebGL assets faster; mobile sometimes shows a blank frame for two seconds while the engine warms up. That pause is normal. Refreshing in panic usually makes it worse.

Why itch.io hosts the player

itch.io stores the actual game files — models, textures, audio, and the WebGL or HTML5 build. Their embed player loads inside our iframe while crediting the original creator page. Use Open in new tab in the popup if you want the full itch.io listing with comments and devlogs.

From a privacy angle, itch.io knows the game was launched from an embed on www.redearthsimplicity.com. It does not mean we see your in-game score or settings. Those live inside the iframe boundary unless you contact us separately.

Data usage on Indian mobile networks

First load of a title is the expensive part. The iframe downloads game assets once, then caches what it can. Reopening the same card on the same day usually costs less than the first open. Switching between all five games in one session will stack downloads — so I pick one title per break instead of sampling everything.

  • Wi-Fi preload of the homepage saves almost nothing by itself — assets load when you open a card
  • Closing the popup stops the active stream; leaving it open in the background does not
  • Landscape mode can trigger higher-resolution assets on some titles
  • Battery saver modes may throttle WebGL and look like a broken embed

When something fails

Blank frame after ten seconds: try Close, wait a beat, tap again. Still blank: switch from Chrome to Firefox or vice versa — some WebGL builds are picky. Persistent failure: use Open in new tab to play on the creator's itch.io page directly.

Some itch.io builds show a short loading bar inside the embed. That is normal. Let it finish before tapping controls.

What we do not load

There is no account system on our pages, no wallet, no real-money mechanic, and no download prompt for an APK. The only local storage we set is cookie consent via localStorage. Everything else is either static HTML/CSS or the third-party game frame you chose to open.

Knowing that boundary helped me trust the site enough to bookmark it. I get a controlled popup, I close it when done, and my main browser tab is still the same aviation grid I left.

See it yourself

Open the game grid