multiplayer

Installation
SKILL.md

Multiplayer Game Development

Networking architecture and synchronization principles.


1. Architecture Selection

Decision Tree

What type of multiplayer?
├── Competitive / Real-time
│   └── Dedicated Server (authoritative)
├── Cooperative / Casual
│   └── Host-based (one player is server)
Related skills
Installs
1
GitHub Stars
37.3K
First Seen
Mar 12, 2026