Skip to content

Cold Family Feud Buzzers ‼️

Compare
Choose a tag to compare
@joshzcold joshzcold released this 11 Apr 15:59
· 568 commits to master since this release
6024f67

Since the buzzer feature is something that I figured that most people would want to utilize I figured it would be a good idea to create a release detailing the feature.

  • a new url endpoint /buzzer where users can register with the server with their name and their choosen team.
    image
    The buzzer ui is focused on users using mobile phones so the ui is meant to be simple

  • Once registered the server keeps a avg latency count of each user via a ping/pong in the websocket every 5 seconds. The last 5 recorded latency ms get averaged to account for possible spikes.

On the start of each round (or when the admin manually clears the buzzer) users will buzz in on their phone and /buzzer /admin will list out who was first in order.

buzzer order is calculated by timestamp - latency which should hopefully good enough for differn't networks.

When the user can buzz in, the round question is also displayed accouting for delays in VOIP sharing
image
image
image