Quizzy

Quizzy Used AI

5 devlogs
53h 20m
•  Ship certified
Created by Siep

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!

Timeline

Ship 3

0 payouts of shell 0 shells

Siep

3 days ago

Siep Covers 1 devlog and 6h 2m
Siep
Siep
6h 2m 3 days ago

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.

Update attachment

Ship 2

1 payout of shell 39.0 shells

Siep

23 days ago

Siep Covers 1 devlog and 12h 2m
Siep
Siep
12h 2m 23 days ago

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.

Update attachment

Ship 1

1 payout of shell 229.0 shells

Siep

29 days ago

Siep Covers 3 devlogs and 35h 16m
Siep
Siep
7h 13m 29 days ago

Hey, I added a demo and time sync functionality. The question clock now correctly displays the remaining time on all clients.

Update attachment

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).

Update attachment

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.

Update attachment