Goal
Each round, every player has a chance to score up to 6 points. Score 6 in a single round and earn the Know It All badge. Highest total score at the end wins.
The loop
- One player is the picker for the round.
- The picker chooses 1 of 3 random categories.
- The picker chooses 1 of 3 questions (easy, medium, hard).
- Everyone else sees the question and answer format. They have 60 seconds to:
- Pick someone (including yourself) they think will get it right — or predict “No one” will
- Pick someone (including yourself) they think will get it wrong — or predict “No one” will. The same player can’t be both picks.
- Guess how many people will get it right
- Then submit their own answer
- After all answers are in (or the timer hits zero), everyone sees the reveal: the correct answer, who got it, and the score deltas.
- The next player becomes the picker.
Scoring
You can earn up to 6 points per round:
- +1 for picking someone who got it right — picking “No one” hits when nobody got it right
- +1 for picking someone who got it wrong — picking “No one” hits when everybody got it right
- +2 for correctly guessing how many people got it right
- +2 for submitting the correct answer
Score 6 in one round — you are a Know It All for that round. The badge is shown at the top of the next round.
End of game
The game ends when every player has had a turn as picker. The final leaderboard shows total score and Know It All counts.
Disconnects
If you disconnect mid-round, your picks and answer are recorded as null. You get 0 for any action you did not submit. Rejoin any time before the game ends.