multiplayer-game
Starter code and architecture patterns for building authoritative multiplayer games with server-side simulation.
Install
npx skills add https://github.com/rivet-dev/skills --skill multiplayer-gameStats
| Total installs | 1,102 |
| Weekly installs | 1.1K |
| GitHub stars | 8 |
| First seen | Feb 24, 2026 |
| Source | @rivet-dev/skills |
Summary
- Includes starter code and architecture patterns for 10 game types (battle royale, arena, IO style, open world, party, physics 2D/3D, ranked, turn-based, idle) with actor topology, lifecycle diagrams, and netcode strategies.
- Covers server simulation fundamentals: fixed realtime loops vs. action-driven updates, physics engine selection (Rapier 2D/3D), and spatial indexing (rbush, flatbush, d3-quadtree).
- Describes hybrid and server-authoritative netcode models, snapshot/diff broadcasting, shared simulation logic for client prediction, and per-player replication filters for bandwidth control.
- Provides baseline security checklist: identity binding through server-issued tickets, authorization validation, input clamping, rate limiting, and movement validation with speed caps and teleport rejection.
Tags
Related skills
| Skill | Installs | vs multiplayer-game |
|---|---|---|
| threejs-animation | 3,220 | +2,118 |
| character-design-sheet | 7,332 | +6,230 |
| ai-music-generation | 7,381 | +6,279 |
| threejs-interaction | 1,943 | +841 |
| durable-objects | 3,107 | +2,005 |
FAQ
- How many installs does multiplayer-game have?
- multiplayer-game has 1,102 total installs and 1.1K installs this week.
- Where is multiplayer-game hosted?
- multiplayer-game is published by @rivet-dev/skills at https://github.com/rivet-dev/skills.
- How many GitHub stars does multiplayer-game have?
- multiplayer-game has 8 GitHub stars.
- When was multiplayer-game first indexed?
- OrangeBot.AI first indexed multiplayer-game on Feb 24, 2026.
- How do I install multiplayer-game?
- Run: npx skills add https://github.com/rivet-dev/skills --skill multiplayer-game