Quizzy is a multiplayer quiz game powered by Go and React. Every player answers the same question as the rest. After 10 questions a poll is held to determine the next round's questions' category. Earn points and secure your place on the leaderboard!
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Hey, I added account linking, so that you can log in using multiple oauth accounts with the same email and end up in the same Quizzy account. I refined the leaderboard, which now shows if a user recently went up or down in the ranking. I also migrated to Vite from create-react-app, because it worked with Tailwind v4.
Hey, I added a leaderboard! It shows the people surrounding your rank when you're logged in and the top 10 when you're not.
Hey, I added a demo and time sync functionality. The question clock now correctly displays the remaining time on all clients.
Hey, I added a feature that allows the players to vote on the category for the next 10 questions. Furthermore, I refined some user data features: I added a profile where the user's rank is displayed and the ability to log out (I know, shocking).
Hey, this is the base version of Quizzy. The account logic (currently powered by Sqlite) is already implemented. This means that the game stats are saved accross sessions, and that you can login on different devices without problems. I'm still working on the design, and on how it looks on smaller devices, though I feel like I have made a good start in this regards. The trivia questions are currently provided by TriviaDB, which also gives each question a difficulty ranking, in the future I would like to score each question myself by looking at how many people on the site actually answer the questions correct, because the difficulty ranking sometimes feels a bit random / wrong.
Thank you for reading! Good luck with your own project or with hosting this event.