Skip to main content

game-multiplayer-netcode

Use when designing or debugging real-time netcode in any engine — choosing a sync model (authoritative server vs deterministic lockstep vs rollback/GGPO), client-side prediction with server reconciliation, snapshot interpolation, lag-compensated hit registration, and bandwidth work (delta compression, quantization, interest management). Triggers on 'rubber-banding', 'desync', 'hit reg', 'client prediction', 'reconciliation', 'rollback', 'GGPO', 'tick rate', 'lag compensation', 'jitter buffer'. Not for Godot connection plumbing — peers, @rpc semantics, node authority (use game-multiplayer-basics), MultiplayerSynchronizer setup and tuning (use game-multiplayer-sync), headless/dedicated server builds (use dedicated-server), or lobbies and matchmaking services (use game-steamworks-sdk).

Jump to install

Source facts

Repository
Kayforkind/skill-slice
Last source activity
August 14, 2026 at 15:56
Detected SKILL.md language
English
Stars
0
Forks
0

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.