Real-time multiplayer trivia buzzer game built with React and Supabase.
Buzz is a real-time multiplayer trivia game where players compete to answer questions first.
A host controls the game flow, questions, and scoring, while players join from separate devices and buzz in live.
The system synchronizes buzz order and scores instantly across all connected clients.
- Live multiplayer buzz system
- Host-controlled scoring
- Real-time synchronization across devices
- Randomized question selection
- Multiple game lengths (5, 10, 20, 50 questions)
- Separate host and player views
- React (frontend)
- Supabase Realtime (backend sync)
- Vercel (deployment)