Loading…
Loading…
Organized competitive gaming at professional and semi-professional levels, structured around dedicated teams, coaching staff, regular league seasons, and major international tournaments with substantial prize pools and media rights. Esports encompasses spectator events watched by millions, professional player contracts, team ownership by investors and traditional sports franchises, and broadcast deals with streaming platforms and cable networks. The industry traces formal roots to the Cyberathlete Professional League (CPL, 1997) and South Korea's StarCraft: Brood War professional scene (late 1990s), where cable television broadcast matches to national audiences and players became celebrities. Modern esports are anchored by five dominant titles: League of Legends (Worlds tournament, $2M+ prize pool), Dota 2 (The International, highest prize pools in esports history, $40M in 2021), Counter-Strike 2 (CS Major Championships), Valorant (Champions Tour), and PUBG/Free Fire on mobile in Southeast Asia. Total esports viewership reached 532 million globally in 2022 according to Newzoo. The esports industry has faced structural challenges including team profitability, player career longevity (peak performance typically ages 18-25), and viewer growth plateauing after the pandemic-era surge. College esports programs have grown significantly as a pipeline for talent and a legitimisation pathway.
Precise numerical properties describing the timing characteristics of every move in a fighting game, measured in video frames (typically at 60fps, so 1 frame = 16.7ms). Frame data comprises three core components: startup frames (how many frames after input before the attack hitbox becomes active, determining how quickly you can interrupt or beat an opponent); active frames (how many frames the hitbox remains active, determining the move's threat window); and recovery frames (how many frames the character remains committed to the animation after the attack ends, determining vulnerability to counter-attack). Derived concepts include 'on hit advantage' (if the move connects and hits the opponent, how many frames ahead or behind you are) and 'on block advantage' (if the opponent blocks the move, how many frames ahead or behind you are). A move that is -5 on block means the opponent has a 5-frame advantage after blocking it, if they have a 4-frame startup normal, they can punish you; if their fastest move is 6 frames, you're safe. Mastery of frame data allows competitive players to construct 'punishable on block' knowledge (which moves they can respond to), 'safe pressure' sequences (attacks that cannot be reversal-punished), and meaty setups (timing active frames to coincide with the opponent's wakeup). Most modern fighting games display frame data in training mode directly, removing the need for external resources, Street Fighter 6 and Tekken 8 both feature built-in frame data display.
Multiplayer Online Battle Arena, a genre in which two teams of five players each control individual hero characters and compete to destroy the opposing team's base structure (the Nexus in League of Legends, the Ancient in Dota 2). MOBAs are characterised by their top-down camera perspective, three-lane map structure with jungle areas between lanes, last-hitting neutral and enemy creeps to earn gold, a deep itemisation system, and a large roster of asymmetric hero characters each with unique ability kits. The genre traces its origin to Defense of the Ancients (DotA), a WarCraft III custom map created by community modders in the early 2000s that became so popular Valve hired the lead developer to build Dota 2 (2013). League of Legends (Riot Games, 2009) became the world's most-played PC game by simplifying Dota's complexity for a broader audience. Mobile MOBAs, Mobile Legends: Bang Bang, Honor of Kings, and Wild Rift, have eclipsed their PC counterparts in player count across Southeast Asia and China. MOBAs have the steepest learning curves in gaming: understanding a 150+ hero roster, itemisation, vision control, macro rotation, and team composition theory requires hundreds of hours of study. Despite, or because of, this complexity, League of Legends and Dota 2 remain the cornerstones of competitive esports globally.
A competitive matchmaking mode in multiplayer games where wins, losses, and individual performance affect a visible skill rating or tier rank, designed to match players against opponents of similar ability over time. Ranked systems use various models: Elo (named after Arpad Elo, originally designed for chess) calculates a single numerical skill rating updated after each match; MMR (Matchmaking Rating) is a hidden internal version of Elo used by many games behind visible tier displays; and league-based tiers, Iron, Bronze, Silver, Gold, Platinum, Emerald, Diamond, Master, Grandmaster, Challenger in League of Legends, translate internal MMR into visible prestige milestones. Ranked modes serve several design purposes: they separate players who want competitive intensity from those who prefer casual play; they provide a long-term progression goal (climbing the ladder) that extends game engagement; and they create a meritocratic arena for skilled players who find casual matches too easy. Ranked modes are the foundation of esports talent pipelines, professional players are typically drawn from the top ranks of open ranked queues. Common ranked frustrations include 'elo hell' (the belief that a player is stuck in a rank due to teammates rather than personal skill), rank decay for inactivity, and placement match variance at the start of each season resetting accumulated progress.
A network synchronisation architecture used in fighting games, and increasingly other competitive genres, in which each player's game client locally predicts (simulates) the opponent's current inputs rather than waiting for those inputs to be confirmed over the network, then immediately 'rolls back' and recomputes game state if the prediction proves incorrect when the actual input arrives. The alternative, delay-based netcode, inserts an artificial input buffer of several frames on both players to allow network packets to arrive before processing, creating a lag-like sluggishness even on fast connections. Rollback produces online play that feels nearly identical to offline play even at 80-120ms latency, because the client never 'waits', incorrect predictions correct silently, and at typical prediction error rates the corrections are nearly invisible. The GGPO library (created by Tony Cannon in 2007) provided the first accessible rollback implementation for fighting games, and games using it, Street Fighter III: 3rd Strike Online, UMvC3, Skullgirls, demonstrated the quality gap versus delay-based alternatives. The modern rollback expectation for new fighting games was set by Guilty Gear Strive (2021), Street Fighter 6 (2023), and Tekken 8 (2024). Rollback adoption is not universal: some older fighting games still run on delay-based netcode because rollback implementation requires significant engine access, and retrofitting it to legacy titles is costly. Dead or Alive 6, while technically advanced in gameplay, still uses delay-based netcode, a commonly cited reason competitive players avoid it online.