-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support >2 Players #1
Comments
@rameshvarun I'm curious, any idea how this would work? |
The first step is to support games with a fixed player count, and where players can't join or leave after the game starts. For example, a game will have something like The required changes can be split into three areas:
The next step after this will be to allow games with a variable count, so a game will have something like The next step after this will be joinable / leavable games, but this is more complicated and requires additional changes, so I will leave that for another day. |
Understood, thanks for sharing. |
Bump: WebRTC One To Many Broadcast (SFU): https://www.youtube.com/watch?v=GMbdEnK8h3U |
@edge-rps I don't think your links are specifically related to rollback netcode, right? 👀 |
No description provided.
The text was updated successfully, but these errors were encountered: