A multiplayer trivia/quiz game built with Supabase. Submission for the Supabase launch week 6
hackathon.
Trivia questions used from The Trivia API.
Try the live demo!
Features
- Create/host trivia games and share the game code so that other players can join you
- Join other games given a game code
- Play alone (practise)
Supabase features
- Auth: users are registered "anonymously" with a randomly generated email when they visit the app.
- Database: games, players, questions and answers are stored in a database and accessed by all players to answer questions and see the score.
- Realtime: players listen to game status updates real-time so that the game starts for everyone at the same time.