gamercade-io / gamercade_console

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

Support Multiple Local Players #7

Closed RobDavenport closed 1 year ago

RobDavenport commented 1 year ago

Currently, the console assumes only one local player.

GGRS does feature the option to have multiple local players, and also handles the network connection/logic/loop for it.

We should support this feature.

I expect that the max player count should be around 4-6, including both local & remote players. May have some potential conflicts with #1 or #2