rameshvarun / netplayjs

Make P2P multiplayer browser games, no server hosting or synchronization code required. Powered by rollback netcode + WebRTC.
https://rameshvarun.github.io/netplayjs/
ISC License
496 stars 34 forks source link

3+ players? #82

Closed WofWca closed 1 year ago

WofWca commented 1 year ago

I just found this library and I'm struggling to figure out whether it's only suitable for two-player games. If 3+ player games are supported, it would be nice to showcase it on the demo page, e.g. with the "FPS" game, which, based on my tests, does not appear to function with three browser windows open.

rameshvarun commented 1 year ago

It's not supported yet #1.

WofWca commented 1 year ago

Duplicate of #1

Still, maybe it makes sense to state it in README for the time being.