Skip to content

← Journal

How The Platformer Survived The Loss Of The D-Pad

A genre built on a thing phones do not have

The platformer was designed around a piece of hardware. A directional pad gives you edges you can feel, a jump button gives you a click you can hear through your thumb, and both of them sit under fingers that never obscure the screen. Precision in the genre was never only about the player's timing; it was about a controller that reported exactly what you meant, instantly, without you looking down.

A touchscreen removes all of that at once. There are no edges, no travel, no tactile confirmation, and your thumbs cover the two lower corners of the display — which in a side-scrolling game is precisely where the floor and the next hazard live. By rights the genre should have died on phones. Instead it adapted, and the way it adapted is one of the more interesting pieces of design history our desk has watched play out.

The first answer, and why it mostly failed

The obvious response was to draw the missing controller onto the glass. A translucent d-pad bottom left, two buttons bottom right, and the existing design logic could stay untouched.

It rarely worked, and the reasons are worth listing because they still explain most one-star reviews in the category.

  • Your thumb cannot find the centre of a virtual pad without looking, and looking means not watching the character.
  • The pad has no boundary, so under pressure your thumb drifts off it entirely and the character keeps walking.
  • Diagonals become guesswork, which breaks any move that needs direction and jump together.
  • The controls occupy the corners of the screen where the level information is densest.
  • On a smaller handset the buttons are either too small to hit or so large they eat the play area.

Our testers still meet ports built this way. When they do, the review is usually about the controls rather than the game, which is a shame, because the level design underneath is often perfectly good.

Three answers that did work

Auto-run: remove the axis you cannot control well

The most consequential decision the genre made on phones was to stop asking the player to steer horizontally. If the character always moves forward, the input problem collapses from two dimensions to one, and the one that remains — when to leave the ground — is the dimension the genre was always really about.

This is not a simplification so much as a re-centering. Horizontal movement in a traditional platformer is mostly a setup action; the drama is in the jump. Auto-run keeps the drama and discards the bookkeeping.

One-tap jump: anywhere is the button

Once the character runs by itself, the jump can be assigned to the entire screen. That single change fixes several problems at once: there is no target to find, no thumb drift, and no need to look away from the character. Height is expressed by hold duration rather than by a second button, which reads naturally because it maps onto how long you keep your finger down.

Swipe grammar: a small vocabulary of gestures

Games that need a wider move set turned to gestures — up for a jump, down for a slide or a ground pound, a horizontal swipe for a dash or a direction change, a hold for a glide or a charge. The successful ones keep the vocabulary tiny. Four gestures is comfortable; six is where our logs start filling with mistaken inputs, because a swipe is a slower and less exact statement than a button press and the game must accept a sloppy version of it.

Level design as compensation

The half of the story that gets less attention is that the levels changed too. A touchscreen platformer that is fun is usually one whose designer accepted that input arrives late and imprecise, and built the geometry to absorb that.

Design decision What it compensates for
Wider landing surfacesJump released slightly early or late
Hazards signalled a full beat aheadReaction time lost to a gesture
Vertical camera framing on the characterThumbs covering the lower screen
Checkpoints before each new ideaHigh failure rate of imprecise input
One new mechanic per level, taught in a safe roomNo manual, no buttons to label
Rhythmic hazard spacingLets the player anticipate instead of react

The last two matter more than they look. A well-made phone platformer teaches through a harmless version of a hazard before it uses a lethal one, and it spaces obstacles so that a run develops a beat. Players are far better at keeping time than at reacting, and the genre on phones quietly leans on that.

What we do in testing

Our protocol for this genre is narrower than for most, because the failure modes are so specific.

  1. We play the first three levels on the oldest handset on the shelf. Touch latency and frame pacing matter more here than anywhere else, and a stutter at the moment of a jump is indistinguishable from a mistimed input.
  2. We play twenty minutes one-handed, standing. If the control scheme only works with both thumbs and full attention, that is a finding, not a preference.
  3. We deliberately release the jump a fraction late and a fraction early, repeatedly, to see how wide the accepted window is.
  4. We count how many deaths we could not explain. A death the player cannot narrate is a design problem, and a run of them is disqualifying.
  5. We check whether the game forgives a jump pressed just after leaving a ledge, and whether an input made during landing is remembered rather than dropped. Both are small mercies that separate a considered build from a rushed one.
  6. We look at what happens on a phone call. A platformer that resumes mid-jump with no countdown has not thought about where it is being played.

Where the genre is now

The platformer on a phone is no longer a compromised version of the console genre; it is a related form with its own grammar. It trades lateral freedom for timing purity, and in exchange it gained something the original never had, which is that a level fits into the two minutes you actually have.

What we still mark down, consistently, is any build that asks a touchscreen to imitate a controller without adjusting anything else. Our full weighting for control quality is on our methodology page, the current standings are on the ranking, and the other genre pieces from The Quiet Index are collected on the blog.