Great job! Really well done. Congrats on launch!
Show HN: I built a Jeopardy game maker with buzzer support
21–30 of 74 posts
Re: Show HN: I built a Jeopardy game maker with buzzer support
#22Re: Show HN: I built a Jeopardy game maker with buzzer support
#23Re: Show HN: I built a Jeopardy game maker with buzzer support
#24This is really nice. Well done! I've had a jeopardy based toy project on the backburner for several years, with the north star goal of solving the problem I've had with every jeopardy game I've ever played: you need an Alex/host who knows the answer and can judge players right or wrong. This ability to buzz in, be wrong and then have another player respond is fairly crucial to real strategic play. I get this is for f…
In the menu you'll see there is a "Show answer" button. The host can log in on a different tab or device to see the answer to the currently flipped clue.
Re: Show HN: I built a Jeopardy game maker with buzzer support
#25Earlier quoted context omitted.
In the menu you'll see there is a "Show answer" button. The host can log in on a different tab or device to see the answer to the currently flipped clue.
I cannot find this button. :( It also took me multiple reloads to find the menu button since it disappears after a few seconds. My eyes are drawn to the board and not the upper left hand corner.
Re: Show HN: I built a Jeopardy game maker with buzzer support
#26That looks like a lot of fun... can you share a little about what you used to make phones work nicely as buzzers?
Obviously latency can be an issue, so my non-perfect B+ solution is to essentially calculate the round trip of the buzz, divide it by 2, and subtract it from the server time.
client ------------ pingTime ------------> server
client roundTrip = pingTime + pongTime
buzzTime = serverTime - (roundTrip / 2);
The server time is always the source of truth since client times can vary. Not using NTP which could possibly be more accurate.
Re: Show HN: I built a Jeopardy game maker with buzzer support
#27https://github.com/remram44/video-buzzer
I think we only used it once, years ago.
Re: Show HN: I built a Jeopardy game maker with buzzer support
#28Re: Show HN: I built a Jeopardy game maker with buzzer support
#29Re: Show HN: I built a Jeopardy game maker with buzzer support
#30What's the story behind the name, "Buzzinga" aka Bazinga?