HomeArticlesMagic Around Us

Catch the Bubble: The Science of Reaction Time

Where the quarter-second between seeing and clicking actually goes, and why Hick's law and Fitts's law explain the game's difficulty curve.

mysimulator teamUpdated June 2026≈ 6 min read▶ Open the simulation

A game that quietly measures your nervous system

Every tap on a bubble in this game is a measurement of reaction time: the interval between a stimulus appearing (the bubble) and a completed motor response (the click). For a simple visual stimulus with a single expected response, human reaction time typically lands around 200 to 250 milliseconds — and that quarter-second is not one delay but the sum of several separate stages the signal has to pass through in sequence.

live demo · targets appearing and popping under time pressure● LIVE

Where the time actually goes

Roughly:

retina + optic nerve transduction      ~20-40 ms
visual cortex processing               ~50-100 ms
decision + motor planning              ~50-100 ms
nerve conduction to the hand           ~10-20 ms
muscle activation + finger movement    ~30-50 ms
                                        -------------
                                        ~200-250 ms total

Why a moving target is harder than a flashing light

A plain reflex test (one stimulus, one response) measures simple reaction time. As soon as there is more than one possible target, or the player has to decide which bubble to hit, reaction time grows according to Hick's law, which says the time needed scales with the logarithm of the number of choices:

RT = a + b * log2(n)     (n = number of equally likely choices)

Popping a moving bubble adds a further predictive component on top of raw reaction time: the brain has to extrapolate the bubble's trajectory and time the click to intercept where it will be, not where it currently is — the same anticipatory skill used in catching a ball.

The speed-accuracy tradeoff

Once the target has to be hit precisely rather than merely detected, Fitts's law takes over, describing how long an accurate pointing movement takes as a function of the distance to the target and its size:

ID = log2(2D / W)     (index of difficulty: D = distance, W = target width)
MT = a + b * ID       (movement time grows with the index of difficulty)

Smaller, faster-moving bubbles raise the index of difficulty on both counts — less room for error in aim, and less time available before the target moves again — which is exactly why the game gets harder as bubbles shrink and speed up rather than by any arbitrary difficulty knob.

What the difficulty ramp is really training

Every increase in bubble speed and decrease in bubble size pushes the same two systems the numbers above describe: faster visual processing and tighter visuomotor precision under time pressure. That is not incidental — the same combination of simple reaction time, choice reaction time and Fitts's-law pointing accuracy is exactly what sports-vision and hand-eye-coordination training protocols measure and try to improve, just packaged here as a game rather than a lab test.

Frequently asked questions

What is a typical human reaction time to something appearing on screen?

Roughly 200 to 250 milliseconds for a simple stimulus with one obvious response, made up of visual processing, decision and motor planning, nerve conduction and muscle activation in sequence. It grows noticeably longer once there is more than one possible target to choose between.

Why does clicking get harder as the bubbles get smaller and faster?

Fitts's law predicts that pointing accuracy takes longer as the target gets smaller relative to the distance to reach it, and a faster-moving bubble also leaves less time available before it moves again or pops on its own, so both the aiming difficulty and the available time work against the player simultaneously.

Can reaction time actually be trained and improved?

Yes, up to a point. Practice reduces the cognitive processing delay in the decision and motor-planning stages and improves visuomotor coordination, but there is a hard physiological floor set by nerve conduction speed and synaptic delays that no amount of practice can remove.

Try it live

Everything above runs in your browser — open Catch the Bubble and change the parameters while it is running. Nothing is installed, nothing is uploaded, the whole model lives in one tab.

▶ Open Catch the Bubble simulation

What did you find?

Add reproduction steps (optional)