Post
Chaining attacks together in a sequence where each hit confirms the next, turning button presses into art.
A combo system lets players link multiple attacks in sequence, usually with the opponent unable to escape once the first hit lands (called a 'confirm'). The simplest combos are canned chains -- light, medium, heavy. The deepest systems allow improvisation through cancels, juggles, and links. Hit-stun (the time an opponent is frozen after being hit) is the glue that holds combos together. Great combo systems have a high skill ceiling but low skill floor, letting beginners mash out basic chains while experts craft optimal damage routes.
Example
Devil May Cry 5's combo system is famously deep. You can switch between four weapons and four styles mid-combo, cancel attacks into dashes, and juggle enemies for minutes. The style meter ranks your creativity, rewarding players who use varied moves rather than repeating the same optimal string.
Why it matters
Combo systems are the primary skill expression tool in action and fighting games. They're what separate casual play from the clips you see on social media. For devs, building a combo system that's both accessible and deep is one of the hardest design challenges in gaming.
Related concepts