DEV Community

IdleCultivation
IdleCultivation

Posted on

Interrupting the player is a cost you choose

Development covered 22 Jun 2026 to 27 Jun 2026 (commit dates).

Idle games are played in fragments: two minutes here, a glance there, sometimes eight hours of nothing while the cauldron works. This week I audited every place my game stops the player and asked the same question of each: what does this interruption buy, and is the price right? The audit changed more than I expected.

A modal is a loan you take from the player

Destiny events, the surprise-and-fortune moments the genre runs on, used to freeze the game behind a modal. So did the welcome-back summary. Both felt correct in isolation and wrong in aggregate: the player opens the game for a thirty-second check-in and is stopped twice before reaching anything they chose to do. Both now arrive as tap-to-open notifications that wait at the edge of the screen. The content is identical; the player owns the timing. The design lesson generalizes: an interruption should be priced against the player's remaining goodwill, not against how proud the feature is.

Onboarding pays the interruption budget back

The inverse case justified its own spending. The tutorial now hands out the interface in stages, each screen arriving when the player has context for it, and the world map warming up off to the side so stepping outside never waits on a loading screen. Here interruptions are investments, each one small and each one followed immediately by a capability the player can feel. The bar that separates good onboarding from bad is not how much it teaches but whether every stop pays rent.

Gates teach or they delay, never both

The early mandatory gates got the same audit. The fix lightened what quests require without cutting any content, which is the trade I have come to trust: a gate should be short enough to teach its lesson and no longer, because past that point it is a tax on the impatient that the impatient simply pay by leaving. Quests standing in front of a breakthrough now measure the inner and outer halves of their requirement the same way the breakthrough itself does, so the two systems agree about readiness instead of each inventing its own answer.

Where the eye goes first

One more finding from the same audit: the social tab led with everything except the thing players open it for. It leads with the boards now. Ordering a screen by first intent sounds obvious and keeps not being obvious, because the default order of a screen is the order the features were built, not the order anyone wants them.

The pattern across all four fixes is one simple budget: attention spent on interruption is gone, and the only question is what it bought. The features survived the audit; their manners improved.

Try it in your browser: Idle Cultivation RPG.

Top comments (0)