gamercade-io / gamercade_console

A Neo-Retro Fantasy Console. Make WASM-powered, networked multiplayer games.
https://gamercade.io
Apache License 2.0
165 stars 10 forks source link

Support >2 Total Network Connections #86

Open RobDavenport opened 1 year ago

RobDavenport commented 1 year ago

Since ggrs supports this, we should also add the option to have at least ~4 total connected instances. GGRS supports in theory any number of connections (limited by the size of the input frame), but it isn't realistic to expect >5 connections to work well.

RobDavenport commented 1 year ago

This one can be worked in-tandem with the platform app WIP: #98