Game Feel
The perceptual layer between input and simulation, and the tuning that makes a control scheme read as responsive.
Game feel is the perceptual layer between a player's input and the simulation underneath. Steve Swink's 2008 book of that name defines it as real-time control of a virtual body in a simulated space, refined by polish — the sounds, particles and secondary motion that give an action apparent weight. None of it changes what the simulation computes; all of it changes what the player believes it computed.
The vocabulary is small and largely portable. Input buffering accepts a press made slightly before its window opens and fires it when the window arrives. Coyote time leaves a jump available for a few frames after the character has left the ledge. Hitstop freezes both parties on impact, communicating force through the absence of motion. Screen shake and impact flashes supply magnitude. Animation timing — startup, active and recovery frames, and the windows in which an animation may be cancelled — decides whether an input feels obeyed or ignored. A Rhythm Game makes the same timing budget explicit, scoring a press against a window instead of merely feeling it, but the underlying enemy — input latency — is identical.
The useful claim is that "the controls feel wrong" is almost always a tuning problem rather than a physics problem. The instinct is to change gravity or acceleration constants; the fault is more often thirty milliseconds of uncancellable startup, an input sampled once per rendered frame instead of once per fixed step, a deadzone that swallows small stick movements, or a linear ramp where the eye expects an Easing curve. The rules that govern interface Motion Design apply here, because the player is reading motion. Motion also raises the bar a humanlike character has to clear: a face that holds up as a still image can fall into the Uncanny Valley once it moves and its timing and tracking cues go slightly wrong, which is part of why deliberate stylisation is the safer setting for a body the player controls.
Two adjacent concerns. Consistency requires a fixed timestep and clean Determinism, since a feel tuned against a variable frame rate is not reproducible. And several of these effects are hostile to some players: shake and camera sway belong behind Reduced Motion settings, while buffering and coyote time are quietly among the most effective Accessibility measures a game can ship.
See also4
Hand-picked in the note itself — the neighbours worth reading next.
Roguelike
A genre defined by procedurally generated runs and permanent death, and the design pressures those create.
Play & Games23 connections
Game AI
Computer opponents built to be interesting to play against rather than optimal.
Play & Games21 connections
Environmental Storytelling
Narrative carried by placed objects and world state rather than dialogue, completed by the audience's inference.
Play & Games25 connections
Rasterization
Converting geometry into pixels — the dominant real-time rendering approach.
Graphics & Rendering10 connections
Linked from19
Notes elsewhere in the wiki that reach for this one.
- Bullet HeavenPlay & Games
an inversion of the bullet-hell shooter where weapons fire automatically and the only verb left is positioning.
- DiegesisMeaning & Society
The boundary between what exists in a work's world and what is shown only to the audience.
- Diegetic InterfacePlay & Games
An interface that exists inside the fiction, readable by the character as well as the player.
- EasingDesign & Interface
The curve mapping elapsed time to progress, and the main reason motion feels right or wrong.
- Environmental StorytellingPlay & Games
Narrative carried by placed objects and world state rather than dialogue, completed by the audience's inference.
- Gacha MonetizationPlay & Games
Selling randomized draws rather than items, and the structures that make the real price hard to see.
- Idle GamePlay & Games
A genre in which progress continues while the player is absent, built on exponential curves the player learns to read.
- Invincibility FramesPlay & Games
The animation window during which a character is immune to hits despite appearing vulnerable on screen.
- Ludonarrative DissonancePlay & Games
Friction between what a game's mechanics reward and what its story claims to value.
- Meta-ProgressionPlay & Games
Persistent advancement that survives a failed run, converting loss into currency and a hard genre into a habit.
- MetroidvaniaPlay & Games
A handcrafted world structured as a lock-and-key graph, where new abilities reopen old space rather than extending it.
- PoisePlay & Games
A stagger-resistance stat shown as a number on the equipment screen and governed by a formula the developer never published.
- RasterizationGraphics & Rendering
Converting geometry into pixels — the dominant real-time rendering approach.
- Rhythm GamePlay & Games
a genre that judges player input against a musical beat, where calibration is a fairness problem, not a preference.
- SoulslikePlay & Games
A design lineage in which high difficulty is a deliberate authorial position, sustained by making every death legible.
- SubtitlingMeaning & Society
Timed text accompanying video, with conventions that differ deliberately from written prose.
- Survival HorrorPlay & Games
a design stance built on scarce resources and deliberate vulnerability, which the genre keeps drifting away from and back toward.
- Time as ResourcePlay & Games
A design in which the scarce resource is the schedule itself, so every activity is paid for with another left undone.
- Uncanny ValleyDesign & Interface
The proposed dip in affinity as a likeness approaches, without reaching, the human.