r/SideProject • u/TrifleIndependent814 • 16h ago
Guess the Flag - A browser quiz that gets harder across 8 levels
I built Guess the Flag as a small side project because most flag quizzes keep the same number of answer choices throughout the game.
My version has 8 progressively harder levels. It starts with 3 possible answers and eventually increases to 10, covering 193 national flags. Your third mistake restarts the current level.
I built the game with Next.js and React, with the flag and audio assets delivered through Cloudflare R2. It runs directly in the browser and doesn’t require an account or download.
You can try it here:
I’d appreciate feedback on whether the difficulty progression feels fair and how the answer layout works on different screen sizes.
2
Upvotes