boardgameio / p2p

Experimental peer-to-peer multiplayer transport for boardgame.io
https://codesandbox.io/s/boardgame-io-p2p-demo-0loyd?file=/src/App.tsx
MIT License
18 stars 7 forks source link

Is there a p2p equivalent of getFirstAvailablePlayerID? #285

Open cheeeeer opened 1 year ago

cheeeeer commented 1 year ago

This is the only trouble I've run into using the experimental p2p stuff. I'd like players to be assigned sequential playerIDs as they join. If anyone could point me in the right direction, I would really appreciate it.

M0rph3v5 commented 2 months ago

did you manage to find a solution for this?