Multiplayer

Multiplayer

Multiplayer describes a mode in which several people are simultaneously active in the same game or application and influence one another. Technically, this relies on a server that collects and orders all actions and sends back a shared state to everyone involved.

Multiplayer simply means several players at once. It refers to a game or program in which multiple people do something simultaneously and see one another while doing it. Its counterpart is single-player mode: there you are alone, and all other characters are controlled by the computer. The difference sounds small, but it changes everything about the technology behind it. Because when twenty people access the same object at the same time, someone has to decide who gets it. That very decision has to reach everyone involved identically, otherwise the shared game falls apart into twenty different versions.

Why games became social spaces

Multiplayer is now the economic core of the games industry. A single-player game is finished after thirty hours and put aside. A multiplayer game stays interesting for as long as friends are online. Titles like Fortnite or Minecraft have been played for over ten years because the other players supply the content.

This gives rise to a different business model. Instead of paying once for a 60-euro game box, many users regularly pay small amounts for costumes, season passes, or additional content. For investors this is an important distinction: one-time sales are a single revenue spike, while recurring spending is plannable income over years. That’s why the number of active players and revenue per player almost always show up in game companies' quarterly figures.

But multiplayer also carries costs that are absent in single-player mode. Servers have to run around the clock, even at night and on Christmas. On top of that come staff for moderation, protection against cheaters, and legal requirements around child protection. A multiplayer game is therefore less a product than a service that is operated continuously.

What flies back and forth between devices

Typically, a central computer runs in a data center: the server. Every player’s device continuously sends it short messages: I’m moving left, I’m shooting, I’m placing a block. The server collects these messages, decides what follows from them, and sends the new state back to everyone. It is thus the referee whose version always counts.

The problem is time. A signal from Berlin to Frankfurt and back takes about 20 milliseconds, to California more like 150. This delay is called latency, or colloquially ping. If the game had to wait for the server’s response every single time, the character would feel noticeably sluggish.

That’s why every device calculates in advance what will probably happen and displays the movement immediately. If the server’s response arrives and differs, the character is corrected afterward. Sometimes this shows up as a brief snap-back on a poor connection. A common misconception is that this stuttering is due to a slow internet line. Usually it’s not about bandwidth, but about how quickly and how evenly the small data packets arrive.

From the playing field to the office

The term appears most obviously in games: Rocket League, Call of Duty, Among Us, or a shared Minecraft server. There, multiplayer is usually its own menu item alongside single-player mode. A further distinction is often made between local multiplayer on one device and online multiplayer over the internet.

The same technology is now found in perfectly ordinary work programs. When several people type simultaneously in a Google Doc and see each other’s colored text cursors, that is multiplayer for text. Figma for design and Miro for digital whiteboards explicitly advertise this principle. That’s why in tech news you read sentences like: This software turns spreadsheets into a multiplayer experience.

The term also appears with AI tools. In that context it refers to chat conversations on which an entire team works together with a language model, rather than everyone keeping their own separate conversation. The core always stays the same: several people, one shared state, and in the background a system that brings all changes into a binding order.

Subscribe free. Unsubscribe the second it sucks.

High-signal news across AI, business, UX, and tech. Every morning.