SIGNAL
How to Play
Six shapes appear simultaneously. One is the odd one out — the rest are identical distractors. Click the odd shape as fast as you can. The moment you click, the next set appears instantly. You have 30 seconds. No breaks. No rounds. Just a continuous blitz until the clock hits zero.
Difficulty Guide
🛡 Fair by Design
All players in a lobby see the exact same shape sets in the exact same order. The room code seeds every set — which card is the odd one, which shape types appear, what rotation each card has, what colors appear — all generated deterministically before the match starts.
Identical sets for every player
Every player in the lobby sees the same odd card index, the same shape configurations, and the same background colors for every set throughout the 30 seconds. The difficulty ramps identically — nobody gets an easier sequence.
Server validates every answer
The server independently computes the correct answer for each set using the same seeded RNG. You cannot self-report a correct answer — the server rejects answers that don't match. Wrong answers are tracked, spam clicks are rate-limited, and invalid coordinates are rejected outright.
Score is pure recognition speed
With identical layouts and server-validated answers, the only variable is how fast you spot the odd shape. Most correct answers wins. Speed breaks ties. No luck, no tricks — just perception and reaction time.