DEV Community

Paul Crinigan
Paul Crinigan

Posted on

Why Game Economies Break Before The Game Does

Most games that lose players to their economy do not have a balance problem. They have an arithmetic problem that nobody wrote down. The currencies get added one at a time, the prices get set by feel, and by the time anyone looks at the numbers together the players have already decided that earning does not matter.

Sources And Sinks Are The Whole Model

Every economy is a set of sources that add value and sinks that remove it. Quests, drops, daily logins and purchases are sources. Upgrades, repairs, entry fees and crafting costs are sinks. The net flow between the two decides almost everything else about how the game feels.

Write the list out with a rate next to each line. A player who earns 100 gold a session and spends 80 has a net flow of plus 20, which puts them at 1,000 gold by session 50. That is either the pacing you intended or it is a leak, and you cannot tell which one until the number exists on paper.

Healthy games shift that flow on purpose. Early play should be source heavy so new players feel rich while they are still learning the systems. The middle should sit near equilibrium so spending becomes a real choice. Late play should lean slightly sink heavy so veterans always have something left to aim at.

Currency Count Is A Design Decision

The most common mistake is not a bad exchange rate, it is too many currencies. One for the event, one for the mode, one for the season, and now a player has to learn what six things are worth before they can judge a single price.

If two currencies always show up in the same context and buy the same category of thing, they are one currency wearing two hats. Merging them costs nothing and removes a whole layer of confusion.

Pricing has the same problem from the other direction. A cost only means something next to an earning rate. A workable rule of thumb is that the best item in a tier should run about three to five sessions of typical earnings, far enough away to be a goal and close enough to feel reachable.

Progression Is An Economy In Disguise

Experience is a currency. A level is a price. A skill tree is a spending menu. Once progression is read that way, the difference between a satisfying system and a treadmill gets easy to name: a treadmill takes the payment and hands back nothing the player can feel.

Branching upgrades also do economic work that linear ones cannot. Choosing offense over defense means giving something up, and that trade is what makes one player's build different from the next player's. Linear progression is a time gate with a number attached to it.

What To Watch Once Players Arrive

Inflation is the quiet killer in any game that runs for years. Veterans accumulate faster than the sinks can absorb, and new players walk into prices that were calibrated for someone earning ten times as fast as they are.

The standard answers all attack that same problem. Scale sink costs with player wealth, expire event currencies so they cannot pile up, and reset part of the economy each season. Prestige systems go further and convert accumulated wealth into a permanent bonus, which is how idle games get so much depth out of so little content.

Browser games have one extra constraint worth naming. Sessions are short and often interrupted, so the economy has to deliver at least one meaningful reward inside a five to ten minute window or the tab closes before the payoff lands.

None of this needs a live team or an analytics stack to begin. It needs a spreadsheet with one row per source, one row per sink, and an honest rate beside each one. The longer version, covering currency design, progression and the measurement side, is in our full game economy design guide.

Top comments (0)