Sudoku

Fill every row, column and 3×3 box with 1–9. Every puzzle here has exactly one solution and can be finished by logic alone — you are never asked to guess.

Play in your browser About Simple Games

The board, and how you win

The grid is 9×9, divided into nine 3×3 boxes. A cell holds a given number that cannot be changed, a number you entered, or nothing. Any cell can also hold pencil notes.

You win when all 81 cells are filled and every row, every column and every box contains 1–9 exactly once. That is the same thing as "no duplicates anywhere and no empty cells", which is how the game checks it.

Every puzzle is generated with exactly one solution. That is what makes "this number differs from the answer" a fact the game can state rather than a guess.

Controls

Mistakes, and the help you get

There is no mistake limit and no game over. Three wrong numbers do not end anything.

In the app a hint is phrased in plain words ("in this row, 5 only fits here") rather than by technique name. The names live on this page instead, so the game stays readable in fourteen languages.

What Easy, Medium and Hard actually mean

Difficulty is defined by two things at once: which solving techniques are enough to finish, and how few given numbers you start with. Both are guaranteed when the puzzle is generated.

TierTechniques that sufficeGiven numbersSymmetry
EasyNaked Single, Hidden Single36–46180° rotational
Medium+ Locked Candidates (pointing / claiming)22–34180° rotational
Hard+ Naked / Hidden Pair and Triple, X-Wing20–30not guaranteed

A tier promises what can be guaranteed — which techniques suffice, and how deep the puzzle is dug — not "the hardest technique you will be forced to use". We measured the latter: only about one maximally-dug board in twenty genuinely requires the pair/triple techniques, so calling a puzzle Hard on that basis would have been a claim we could not keep.

Levels and the Daily puzzle

Tips

Questions people ask

Is there a timer running while I play?

No clock is shown during play. Your time is recorded quietly and appears on the finish screen and in your statistics.

Can I lose a puzzle?

No. There is no mistake limit and no game over. You can also step back with Undo as far as you like.

Are hints limited, or do I have to watch an ad for them?

Neither. Hints and Undo are unlimited and free, and no game feature is ever behind an ad or a purchase.

Do I need an internet connection?

The Android app generates every board on your device, so it plays from the first launch with no connection. The browser version needs to load the page once, and then the game itself runs in your browser.

Will I ever have to guess?

No. Every puzzle at every difficulty can be finished using the techniques listed for its tier, and the generator verifies that before the puzzle is handed to you.

Everything described here is implemented in the open: read the source code on GitHub.

日本語で読む