Mouse Only Games
Games that never read the keyboard. We know because we opened the code and looked for the handlers.
24 games · hand-picked, then filled from the catalogue
Every other site's «mouse only» page is a guess. This one is a code search.
How this list is put together
A browser game that wants the keyboard has to ask for it. Somewhere in its code there is a line
registering a handler — keydown, onKeyPress, a named function with key in it — and if that
line is not there, the game physically cannot respond to a key. So we downloaded the games,
decompressed them, and looked.
Of the 2,292 games in this catalogue whose input code we could read, 306 register mouse handlers and no keyboard handlers whatsoever. Another 535 are the reverse. 759 use both. This page is the first group, filtered and ordered by hand.
The surprise in the measurement
Mouse-only games are the bigger half.
Median download, measured by opening each one in a real browser: 6.2 MB for the mouse-only games, 4.6 MB for the keyboard-only ones. That is the opposite of what "simpler input" suggests, and the reason is what the two inputs are for.
A keyboard is a movement device. Left, right, jump — the games built on it are platformers and arcade games made of small repeated sprites, which is the cheapest art there is. A mouse is a pointing device, and pointing is the interface of solitaire, jigsaws, colouring books, hidden object scenes and match-three boards. Those are games made of large drawn pictures, and pictures do not compress into nothing.
Look at what the tags say about this group and the same thing appears: puzzle, kids, arcade, skill, brain, coloring. Nobody moves. Everybody chooses.
Who this page is actually for
The reason someone types mouse only games into a search box is usually specific and slightly annoying.
A laptop with a broken key — the one under your left hand, always. A trackpad where WASD and a precise drag cannot happen at the same time. One hand free, because the other one is holding a baby, a coffee or a phone. A public machine in a library or a hotel where the keyboard is chained down, filthy, or set to the wrong language. A child whose hands do not span the keyboard yet. Or a touchscreen, where a click and a tap are the same event and a game that only clicks usually just works.
We are not going to pretend that is a demographic. It is a set of ordinary situations, and it is worth a page that tells the truth about which games fit them.
What the check cannot see
Honesty about the method, because the method is the whole value of this page.
We can read the input code of 2,292 of our games. The rest are protected, minified past recognition, or built in a way that hides the handlers, and those games are simply not considered here — absence from this page is not a claim about them.
Within the games we can read, the check is strong but not a proof. A game could route input through a library in some way we do not recognise. If one on this page asks you for a key, we want to know, and we will take it off.
The other half of the same measurement is keyboard only games, and if the reason you are here is a machine rather than a hand, the small and fast end of the catalogue is games for a low end PC.

Here, +4 is for beginnersStack the draws, skip everyone, dump your hand.Play free ›Our gameQuestions people ask
How do you know these need only the mouse?
We downloaded each game and read its code. A game that listens for the keyboard has to register a handler for it — a named function with the word «key» in it — and a game that does not, does not. Of the 2,292 games in this catalogue whose input code we could read, 306 register mouse handlers and no keyboard handlers at all. This page is drawn from those.
Could a game still need a key even if it is on this page?
It is possible but unlikely. The check is on the code rather than on a label somebody typed, which is the most reliable method available from outside the game. What it cannot see is a game that handles input through a library in an unusual way. If you find one that asks for a key, tell us and we will take it off.
Why would I want a game with no keyboard?
A trackpad on a laptop with a dead key. One hand, because the other one is holding something. A library or hotel machine where the keyboard is filthy or bolted down. A child too small to reach both. And touchscreens — a game that only needs a click usually works with a tap.
Do they work on a phone?
Often, because a click and a tap are the same event to a browser. Thirty-six of these are explicitly marked for touch, and many of the rest will work anyway. The cards say which are confirmed.
Are these smaller and simpler games?
Smaller, no — this is the surprise. The mouse-only games here have a median download of 6.2 MB against 4.6 MB for the keyboard-only ones. Pointing is the interface of puzzle, colouring and card games, and those are made of pictures.























