← All Essays
Design 12 min read

The Fighting Game's Hidden Language

Frame data, execution barriers, and the 33-year debate about whether fighting games are too hard to learn — and who they should actually be designed for

The frame and why it matters

A fighting game running at 60 frames per second divides time into units of approximately 16.7 milliseconds each. Every action a character can perform — a punch, a block, a dash — is defined by its frame data: how many frames of startup (before the attack can hit), how many frames of active (frames on which the attack can hit), and how many frames of recovery (after the attack, during which the character cannot act). The relationship between these values determines whether an attack is advantageous or disadvantageous after it connects or is blocked.

An attack that leaves the attacker with two fewer frames of recovery than the defender has startup — giving the attacker two frames of "frame advantage" — means the attacker can perform another action before the defender can respond. An attack that leaves the attacker recovering for longer than the defender — frame disadvantage — means the defender can act first after blocking it. This arithmetic, applied to every character's every move, is the hidden language of the fighting game: a complete description of every interaction in the game as a set of frame values that determine which options are available to each player in any given situation.

Players who understand frame data have fundamentally different experiences of fighting games than players who don't. The player without frame knowledge experiences the game as a series of reactions: they see an attack and respond to it. The player with frame knowledge experiences the game as a decision tree: they know which of their options beat which of the opponent's options in the current situation, and they select from those options rather than reacting to visual cues. The gap between these two experience types is larger than the gap between novice and expert play in most other game genres — it is a difference in the nature of the game being played, not just in skill at playing the same game.

The combo and execution

The combo — a sequence of attacks in which each attack connects before the previous attack's hitstun has elapsed, preventing the opponent from defending between hits — was a design accident in Street Fighter II that became the genre's defining mechanic. Capcom's development team discovered that players were chaining normal attacks into special moves faster than the hitstun recovery allowed, producing guaranteed damage sequences that couldn't be escaped. Rather than patching the behaviour, Capcom preserved it, and the combo became the central skill expression of the genre: the ability to execute a sequence of specific inputs within specific timing windows, consistently, under the pressure of real-time opponent action.

Combo execution is one of fighting games' most visible barriers to new players. A combo that requires six specific inputs, each within a two-frame window, and ends with a motion-based special move, requires physical muscle memory that develops only through repetitive practice. The practice mode — training rooms where players can repeat specific sequences without opponent pressure — became a standard fighting game feature specifically to support the offline repetition required to build that muscle memory. Players who practice combos for hours in training mode are doing the equivalent of athletic muscle-memory training: building motor programmes that execute reliably under the cognitive pressure of actual competition.

The execution barrier created by combo requirements produces a specific genre dynamic: players are eliminated from competitions not only by strategic inferiority but by physical inability to execute techniques that superior strategy requires. A player who knows the theoretically correct response to a situation but cannot execute the required input sequence within the frame window is as badly positioned as a player who doesn't know the correct response. This coupling of strategic knowledge and physical execution is distinctive to fighting games — most other competitive games require strategic knowledge but not the specific motor precision that fighting games demand for their highest-value actions.

The accessibility debate

The debate about fighting game accessibility has been continuous since the genre's commercial peak in the early 1990s. Players who found fighting games inaccessible pointed to the execution barrier as the primary obstacle: the gap between knowing what to do and being able to do it was too large for casual players to bridge with reasonable investment. Developers who wanted to grow the genre's audience produced various solutions: simplified combo inputs (one-button moves in games including Marvel vs. Capcom 3's Simplified mode), automatic combos triggered by repeated button presses (Mortal Kombat 11's EasyFatalities), and tutorial modes that taught basic mechanics with patience that human opponents didn't have.

The counterargument from competitive players was that the execution barrier was part of the genre's value: it created a skill floor below which players couldn't access the game's competitive depth, which meant that the competitive environment was populated by players who had made a real investment in learning the game. A fighting game with no execution barrier was a game in which strategic knowledge was the only differentiator, which was a different game than what the genre had historically been. The debate had no resolution because both sides were correctly describing the same feature: the execution barrier simultaneously excluded casual players and defined the competitive environment that serious players valued.

Street Fighter 6 (2023) introduced the Drive system and the Modern control scheme — an input simplification that allowed special moves with single-button presses rather than motion inputs — as a direct response to the accessibility debate. The Modern control scheme gave new players access to basic special moves without motion input mastery, accepted reduced damage for those moves compared to Classic control scheme versions, and was permitted in online ranked play alongside Classic scheme players. The design acknowledged that the execution barrier's height was adjustable — that it was a variable, not an invariable property of the genre — and that different heights served different players. Whether the adjustment produced a better genre or a compromised one depended on which players were being considered as the target audience. The question was the same one it had always been.

Matchup knowledge and the metagame

Beyond individual combos and frame data, fighting games develop a metagame: the aggregate of strategies, character choices, and tactical approaches that the competitive player community considers optimal at any given time. The metagame is not fixed — it evolves as players discover new applications of existing mechanics, as tournament results reveal which strategies are successful against which others, and as developers patch characters whose power level has diverged too far from the competitive balance they intended.

Matchup knowledge — knowing the specific advantages and disadvantages of each character combination — is a form of strategic knowledge that requires either direct experience against every possible opponent character or study of accumulated community documentation. A player who encounters an unfamiliar character may know the general principles of their own character's toolkit but not know which of their tools are effective against the specific tools the opponent's character has available. Learning matchups requires either playing them or studying them, and the number of distinct matchups in a game with twenty playable characters is 190 — each character against each other character, with the order (who is playing which character) mattering because the dynamic is asymmetric.

The depth that frame data, combo execution, and matchup knowledge together create is genuinely exceptional in the game design landscape — fighting games require simultaneous mastery of physical execution, strategic decision-making, and character-specific knowledge that no other genre combines in the same way. This depth is also the source of the genre's accessibility problem: the depth that makes fighting games satisfying to expert players is exactly the depth that makes them opaque to new players who haven't been told that the game they're playing has a hidden language that takes hundreds of hours to learn to read. The genre's ongoing creative challenge is finding ways to communicate that depth without reducing it — to make the hidden language legible without making it unnecessary.