About Can You?
Can You Games is a free collection of 47 browser-based games that test and train your spatial perception, reaction time, visual memory, and fine motor precision. Every game is a short, scorable challenge framed as a simple question: Can you draw a perfect circle? Can you beat the reaction time test? Can you spot the true center? Sessions run between 30 and 60 seconds. There are no accounts, no downloads, and no ads interrupting you mid-attempt. You open a game, you try it, you get a score, and you either accept it or try again.
The story
It started with a single question: can you actually draw a perfect circle freehand? The answer, for most people, is no. But the interesting part is how close you can get — and whether practice helps. That first game, Can You Draw a Perfect Circle, turned out to be strangely compelling. A 10-second challenge that tells you something concrete about your hand-eye coordination and spatial intuition.
From there the collection grew by asking the same question in different domains: what about reaction time? What about estimating a price, bisecting an angle, or remembering which dot was where? Each new game isolated a single perceptual skill. Some of them are humbling. A few are oddly satisfying once you find your rhythm. The collection has grown to 47 games across 7 categories, and the underlying motivation has stayed the same throughout: build small, honest challenges that give you a real number, not a made-up score designed to make you feel good.
Why we built it
Most browser game sites are either nostalgia (retro arcade), endless idle loops, or ad-choked aggregators that make you click through pop-ups before you can play. We wanted something different: a tight, focused set of micro-challenges you can beat in under a minute, with real scoring you can actually compare across attempts. No accounts, no downloads, no ads in your face. Just you versus a clean challenge.
Every game is a single perceptual primitive — estimate a distance, bisect an angle, hit a target, recall a shape — isolated from distractions. If you want to get better at spatial reasoning, deliberate drills on isolated primitives are how you do it. That is the same logic behind music scales, free-throw practice, and typist training programs. We just applied it to the kinds of visual and spatial skills that rarely get dedicated practice time.
Our design philosophy
Every game follows the same set of constraints. One idea per game: no mixing angle estimation with memory recall in the same challenge. No friction before play: the game starts immediately, with no tutorial screen you have to dismiss, no account creation, no cookie consent wall blocking the canvas. Honest scoring: 50 is average human performance, 90 is genuinely impressive, and the scale does not inflate to flatter you.
The interface is minimal on purpose. Dark mode is supported and defaults to your system preference. The layout is mobile-first because most people will try these on a phone at some point. We strip out everything that is not the game itself — no sidebars, no related-article widgets, no notification prompts. The point is the challenge, not the furniture around it.
How scoring works
Every challenge produces a raw measurement — pixels off, milliseconds, percent error, deviation from ideal — and maps it to a 0–100 score. The scale is tuned so that 50 is average human performance and 90+ is genuinely impressive. The mapping is specific to each game and based on observed human performance distributions.
For the perfect circle game, for example, we take the centroid of all the points in your stroke, measure the distance from each point to that centroid to get an array of radii, and compute the root-mean-square deviation of those radii from their average. That RMS deviation is divided by the average radius to get a dimensionless “roundness error”, and the final score is max(0, 100 − 400 × error). A perfectly round loop scores 100. An RMS deviation of about 2.5% of the radius lands around 90. An RMS deviation around 12.5% drops the score to 50. Most first attempts land between 60 and 80.
Scores are stored locally in your browser’s localStorage. They are never transmitted to our servers, never visible to anyone else, and there is no leaderboard pulling for your email address. If you clear your browser data, the scores are gone — that is not a bug.
The science behind spatial perception
The games on this site are not invented from scratch — they are built on a body of cognitive science research that goes back decades. Fitts’s Law (1954) describes the relationship between target size, distance, and the time it takes to reach a target with a pointing device. It is why the aim trainer feels easier when targets are bigger, and harder when they are far apart. This relationship is so reliable that it is used to design interfaces, predict surgeon error rates, and calibrate military training simulators.
Reaction time research has established that the average simple reaction time for a visual stimulus in healthy adults is around 250 milliseconds. That number is trainable: focused practice over weeks can reduce it by 20–30 ms. It also degrades with sleep deprivation, alcohol, and age — making the reaction time test a surprisingly sensitive informal measure of how well your nervous system is performing on a given day.
Mental rotation — the ability to imagine how an object looks from a different angle — is one of the most studied spatial skills in cognitive psychology. It predicts performance in geometry, surgery, and engineering design. Drilling it with simple tasks, like the angle and perception games here, has been shown to produce measurable improvement in a relatively short period of practice. These are not empty entertainment claims. The underlying research is solid.
What’s inside
47 games across seven categories, each focused on a different perceptual skill. Browse everything from the brain games hub, or explore by category:
- Drawing — hand-eye coordination challenges where you draw geometric shapes freehand and get scored on accuracy.
- Reaction — speed and accuracy tests that measure how fast your nervous system responds to visual stimuli.
- Memory — short-term visual memory tasks where you encode a pattern and reproduce it from recall.
- Perception — visual discrimination tasks: spot the difference, judge relative size, resist optical illusions.
- Estimation — numerical and spatial estimation challenges where you guess a quantity without counting or measuring.
- Angle — precision angle tasks: bisect, replicate, and judge angles to within a few degrees.
- Challenge — multi-skill tests that combine two or more primitives into a harder composite challenge.
Popular starting points: perfect circle, reaction time, aim trainer, typing speed, optical illusion, and guess the price.
Free forever
No signup. No paywall. No subscription. The site has no venture capital behind it, no growth targets, and no advertising network whose interests compete with yours. We are not harvesting your data to build a profile. We are not trying to maximize time-on-site through dark patterns. The site exists because the games are interesting to build and apparently interesting to play.
This is the kind of web we want to exist: small, purposeful, honest, and free. If you want to support it, share it with someone who would find it useful or entertaining. That is enough.
Roadmap
The current plan is to add more games in the Challenge category — tests that combine multiple skills into a single harder challenge. We are also looking at an educator mode: a stripped-down view that makes it easier to use specific games in a classroom context without browser distractions. Accessibility improvements are ongoing, including better keyboard navigation and reduced-motion support for players who are sensitive to animation.
We do not publish a roadmap with dates. Games ship when they are ready. If you have a specific request, the best way to influence what gets built next is to send a suggestion.
Who made this
Built by one person who got too interested in whether they could actually draw a perfect circle. The answer was no. The score was 68. That felt like something worth improving, which led to building the game properly, which led to wondering what else could be measured the same way, which led to 47 games and a domain registration.
If any of that sounds familiar — if you are also the kind of person who will retry a 30-second challenge nine times to shave three points off your score — then this site was built for you. Questions, bug reports, and unsolicited opinions about whether the scoring is fair are welcome at [email protected].