A platformer is a game about one input: where you leave the ground, the arc you're committed to, and where you land. What separates a jump that feels superb from one that feels like a moon landing isn't physics. It's a stack of small, deliberate lies about what you just pressed — none of them visible in a screenshot, all of them felt in the first thirty seconds.
Start with the biggest one: air control. Real bodies cannot steer mid-flight, but your thumb says otherwise, and the genre decided long ago that fun outranks Newton. Everything below is built on that concession. Each lie forgives a specific human error, and every one of them bends in your favour only — a platformer that cheated both ways would just feel random.
| The lie | What it does | What it hides |
|---|---|---|
| Coyote time | Accepts a jump for a few frames after your feet have left the ledge | That you were late. Named for the cartoon coyote, who only falls once he looks down |
| Input buffering | Remembers a jump you pressed just before landing and fires it on contact | That you were early |
| Corner correction | Nudges you sideways around a ledge you clipped by a pixel | That your arc was wrong, and that a head-bonk would have cost you the whole jump |
| Variable jump height | Cuts the rise the instant you release the button | That one digital button is standing in for an analogue input |
| Asymmetric gravity | Falls faster than it rises | That a true parabola feels floaty and reads badly at speed |
| Late ledge-grab | Snaps you onto a lip your hands passed below | That you under-jumped |
Great platformers cheat generously and never admit it, which is why they feel tight while their imitators feel unfair at identical difficulty. The imitators usually aren't crueller. They just shipped the engine defaults.
The lies stop at the level boundary. Layout is where a platformer has to earn things straight, and the craft has a shape you can read: introduce an idea somewhere safe, twist it, combine it with something you already know, then test you on it. Super Mario Bros. codified that alongside momentum you can feel and gravity tuned by hand — the earliest platformers were single-screen arcade climbs named after their own furniture, and scrolling is what turned a climb into a journey.
Two temperaments split the genre from there. The precision strain deals in short jumps and exact pixels, where the level is a lock and your inputs are the key. Celeste and Super Meat Boy both make death nearly free, because a razor level is only fair if retrying costs nothing. The momentum strain wants speed kept alive through slopes and long arcs, and pays you for already knowing the route. Both share a heartbeat: commit, fail, respawn before you've finished being annoyed.
Your verbs accumulate — double jump, dash, wall-slide, grapple — and each one redraws what a level may ask of you. Fuse the levels into a single map and let those verbs gate it and you have a metroidvania instead. Make the layouts procedural and the death permanent and you're in roguelite territory, where platforming is the skill check inside a run.
Anyone can build a platformer, and the storefronts prove it. Untuned physics looks identical to tuned physics in a still image, so a screenshot can't tell you whether a jump carries any of the six lies. That makes this the genre where the demo matters most, and the one most often abandoned within a minute of starting.
At the other end, difficulty curdles into identity. Some precision platformers are proud of the wall for its own sake, and repeating one screen until it clicks is either a flow state or the feeling of being shouted at, with very little in between. That's a real audience choice, not a flaw — but it should be a choice. And when the interesting part becomes working out what to do rather than doing it, the jump has turned into a logic token and the game is borrowing from logic puzzles while dressing as an action game.
Type: Platformer (the jump is the verb; a metroidvania spends the same verb on one map)
Core loop: Read the layout, commit to an arc, steer in the air, land, repeat
Perspective: Side-on 2D or 2.5D, camera leading the character
Win / lose: Reach the exit; a fall or a hit costs seconds, not progress
Session: Rooms and levels of a few minutes, bounded by checkpoints
Progression: Mostly your hands — new verbs redraw what a level is allowed to ask
Tune the lies before you draw a single level. A generous jump makes an ordinary level playable; a stiff one makes a brilliant level feel like an accusation, and no amount of layout will talk a player out of what their thumb already told them.