Live Service Game
A game operated as a running service rather than shipped as a finished artifact, with the consequences that shift implies.
Live service game describes a title operated continuously after release — patched, extended, seasonally reset, and eventually shut down — rather than shipped once and finished. Counter-Strike, Destiny 2 and Fortnite are the usual examples. The category is often framed as a monetisation strategy, but the more durable description is architectural: the game has stopped being an artifact and become a deployment.
Every consequence follows from that. Balance changes are Continuous Deployment against an audience that has already built habits on the old numbers, so a patch note is a migration guide. New content arrives behind staged rollouts and Feature Flag gates. Client and server drift apart and must be version-locked, making Semantic Versioning a runtime concern rather than a packaging one. Player data written years ago under an older schema still has to load, which is Schema Drift with no option to discard the rows. The studio's practices converge on those of any operations team, including the part where the Technical Debt of a live system cannot be paid down during a quiet period, because there is no quiet period.
The season is the genre's characteristic structure: a fixed window with its own content, its own progression track, and an expiry. Seasons give the operator a cadence and the player a reason to return on a schedule, and they are also where the form's incentives turn against its players. A track completable only by regular attendance measures attendance while presenting itself as measuring commitment — Goodhart's Law with a battle pass — and the logic of Gacha Monetization applies once the track can be shortened for money. Meta-Progression supplies the machinery, and Time as Resource describes the pressure from the player's side of it.
The unavoidable cost is preservation. A single-player game from 1998 still runs; a live service game whose servers are decommissioned does not exist in any form, and no amount of local storage recovers it. Players buy access to an operated system while the purchase is presented in the vocabulary of ownership, and the Provenance of what was acquired becomes clear only at sunset. The clearest reading of the form is that it trades permanence for continuous Observability into what players do — which is genuinely useful to designers, and genuinely not the trade most buyers think they are making.
See also5
Hand-picked in the note itself — the neighbours worth reading next.
Battle Royale
A many-player elimination format that uses a shrinking play area to force an ending the players would otherwise avoid.
Play & Games10 connections
Gacha Monetization
Selling randomized draws rather than items, and the structures that make the real price hard to see.
Play & Games19 connections
Meta-Progression
Persistent advancement that survives a failed run, converting loss into currency and a hard genre into a habit.
Play & Games20 connections
Continuous Deployment
Automatically releasing every change that passes validation.
Version Control & Delivery10 connections
Deprecation
Marking something as superseded and scheduled for removal, without removing it yet.
Method15 connections
Linked from12
Notes elsewhere in the wiki that reach for this one.
- Battle RoyalePlay & Games
A many-player elimination format that uses a shrinking play area to force an ending the players would otherwise avoid.
- Compulsion LoopPlay & Games
The short action-reward-anticipation cycle that manufactures "one more" regardless of what sits at the end of it.
- Creature CollectorPlay & Games
a genre built on capturing and fielding creatures, torn between the fantasy of collecting everything and building the optimal few.
- DataminingPlay & Games
Extracting a game's files to recover mechanics, content and numbers the developer never published.
- Free-to-PlayPlay & Games
Zero-price entry monetised after the fact, with design that bends toward whoever is willing to pay.
- Game ModdingPlay & Games
User modification of a released game, running as its own ecosystem of tools, hosting and legal ambiguity.
- Game PreservationPlay & Games
The effort to keep games playable against delisting, licence expiry, server shutdown and hardware rot.
- Meta-ProgressionPlay & Games
Persistent advancement that survives a failed run, converting loss into currency and a hard genre into a habit.
- MetagamePlay & Games
The layer of play above the written rules — the prevailing consensus about what actually works, and how fast that consensus moves.
- SpeedrunPlay & Games
Completing a game as fast as possible under a ruleset the community defines, not the game.
- Tier ListPlay & Games
A community-authored ordinal ranking of a game's options, and what the ranking actually measures.
- Variable-Ratio ReinforcementPlay & Games
The reinforcement schedule that pays out after an unpredictable number of responses, and produces the highest, steadiest response rate of any schedule studied.