wsun / multibuzzer

Simple multiplayer buzzer system, e.g. for trivia night or quiz bowl
https://multibuzz.app/
MIT License
76 stars 36 forks source link

Can we do for on Room only #41

Closed StavanAdhyaru closed 2 years ago

StavanAdhyaru commented 2 years ago

Hi, I have on requirement. Can we create only one Room for the buzzer game? so that we do not have to generate room code every time?

If that is possible through your code, please let me know? Thank you so much for this.

wsun commented 2 years ago

Hi Stavan! The current implementation only supports randomly-generated rooms, but you could fork this repo and adjust the UUID function lobbyConfig on the server to return a single code instead of a randomly-generated one.