Cover System
A mechanic binding the player to nearby geometry to block gunfire, turning positioning into a snap-to-object decision rather than free movement.
Cover System is a mechanic that lets a player character bind to nearby geometry — a low wall, a crate, a doorframe — to block incoming fire, converting positioning from free movement into a discrete, contextual decision about which piece of the environment to be attached to right now. Gears of War is the genre-defining case, popular enough that "cover shooter" became its own recognized subgenre almost overnight: the game's rhythm of popping out to fire, then snapping back in to reload and let regenerating health recover, structures nearly every firefight in the game around the same beat.
The mechanic's most common criticism is that it can flatten combat into a metronome — pop out on a cooldown, fire, duck back, repeat — which reads less like freeform gunplay and more like Tower Defense's wave-and-cooldown rhythm relocated into a third-person shooter, an odd resemblance for two genres that don't otherwise share much. Blind-fire, where the character shoots without exposing themselves at the cost of accuracy, exists mainly to give the pop-out rhythm a lower-risk alternative rather than to break the pattern outright.
Cover systems share vocabulary with Stealth Mechanics — both concern line of sight and geometry occlusion — but they're solving different problems. Cover addresses whether a bullet can reach you during active combat; stealth addresses whether an enemy perceives you before combat starts. A game can ship one without the other, and games that ship both usually keep them as separate systems rather than one continuous mechanic, since the geometry that blocks a bullet (a waist-high wall) rarely matches the geometry that blocks a sightline (full darkness, a tall obstruction).
See also5
Stealth Mechanics
Systems that model detection as a gradient rather than a boolean, so a player manages suspicion as a resource before violence becomes an option.
Play & Games6 connections
Hitbox and Hurtbox
The two invisible shapes that actually decide a collision — a hitbox deals damage, a hurtbox receives it — and neither matches the sprite.
Play & Games5 connections
Tower Defense
A genre where the player's only lever is the placement and upgrade of static defenses against a scripted, escalating attacker.
Play & Games5 connections
Companion AI
An NPC scripted to travel with the player and act semi-autonomously, judged mainly by whether it reads as a teammate or an obstacle.
Play & Games5 connections
Quick Time Event
A context-sensitive prompt during a scripted sequence that trades a game's normal moveset for one correctly-timed input.
Play & Games5 connections