🥊 Fighting & Martial Arts
Quick Summary
Fighting Games focus on simulating direct 1-on-1 combat, where two players use skill operation chain systems to reduce the opponent’s health to zero. The genre places high requirements on reflex speed and understanding of movement frame data mechanics.

Fighting Game is a genre measuring independent operation skill level, organized in direct head-to-head competition formats. Games design specialized limited spaces where simulated entities operate damaging interactions based on close-range physical force collision or short-range projectiles.
Frame Data Architecture
Fairness in the Fighting genre is systematized through the mathematical model of state Frames, with design standards typically normalized at a frame rate of 60 frames per second.
The distribution of a move typically passes through three basic theoretical phases:
- Startup: The time from receiving the button signal to just before the attack has actual damage. Skill structures with smaller startup cycles will hit targets first.
- Active Frames: The time period when the animation’s physical interaction box (Hitbox) activates to analyze and generate damage on the opponent’s body.
- Recovery: The body recovery process to return the character to a neutral initial stance. During this phase, there is zero resistance — if the attack misses, the entity cannot defend and creates a vulnerability window for the opponent to punish (Punish).
System Concept Mechanics
- Spacing (Footsies): The skill of analyzing and maneuvering movement backward to maintain attack range distance — forcing the opponent to deploy strikes into the air and be limited at the most vulnerable phase: Recovery time.
- Combo & Cancel: The game allowing the database to accept players overwriting a command at the moment an Active phase is occurring — directly eliminating Recovery delay and maintaining cyclic linked damage on the opponent.
Foundation Franchises
- Street Fighter: The foundational work that standardized special move design terminology alongside the core technical mechanic engine of the entire competitive genre.
- Mortal Kombat: The Western-style fighting game known for ultra-detailed body model finishing animation applications.
- Super Smash Bros (Nintendo): A system that replaces the original health bar objective with a mechanism applying knockback physics to hurl the opponent’s model beyond the screen boundary.
- Tekken: A fighting franchise applying 3D space so characters can sidestep laterally.
Connections
The competitive environment of Fighting games creates the foundational platform for forming the professional eSports movement, with the specialized EVO (Evolution Championship Series) tournament evaluating the defensive behavior analysis skills of players at the level of infinite defensive sub-systems like I-frames.