Skip to content

Topic

Lockstep netcode

Multiplayer networking approach in which every client simulates the whole game from a shared stream of inputs, so all clients must compute identical state each tick or the match desynchronizes.

Current clusters