What Is Sudoku?

Sudoku is a pure logic puzzle played on a 9x9 grid, subdivided into nine 3x3 boxes. Some cells start filled in - the "givens" - and your job is to complete the rest so that every row, every column, and every 3x3 box contains each digit from 1 to 9 exactly once. There's no arithmetic involved at all; the digits could just as well be nine colors or nine letters. It's a placement puzzle, not a math puzzle.

A properly constructed Sudoku (and every puzzle we generate is one) has exactly one solution, reachable by logic alone. That's the contract of the game: you never have to guess. Everything below is about building the deduction toolkit that makes that promise real, from the scan-and-fill techniques that crack easy grids to the candidate work that hard ones demand.

The Rules

  • Every row must contain the digits 1 through 9, each exactly once.
  • Every column must contain 1 through 9, each exactly once.
  • Every 3x3 box must contain 1 through 9, each exactly once.
  • The givens never move. You only fill the empty cells, and each cell belongs to one row, one column, and one box simultaneously - all three constraints must hold.

That single overlap - each cell answering to three units at once - is where all the depth comes from. A digit placed in one cell ripples through 20 other cells' possibilities.

Core Strategy: The Solving Toolkit

Scanning and cross-hatching

Start every puzzle by scanning: pick a digit that already appears often - say there are six 7s placed - and hunt for the boxes still missing one. Cross-hatching is the mechanical version: for a box missing its 7, mentally draw lines through every row and column that already contains a 7. Those lines eliminate cells in the box, and frequently only one cell survives - that's where the 7 goes. Cycle through digits 1 to 9 this way and easy puzzles half-solve themselves before you write a single pencil mark.

Pencil marks and candidates

When scanning stalls, switch to candidates: small pencil-mark digits noting every value a cell could still legally hold. Our Sudoku has a built-in pencil-mark mode, so you can annotate without losing track. Good candidate discipline has two halves - writing marks honestly (every legal digit, not just the ones you suspect) and erasing them immediately whenever a placement rules them out. Nearly every advanced technique is really just a pattern you spot in well-maintained pencil marks.

Naked and hidden singles

A naked single is a cell whose candidates have dwindled to exactly one digit - the placement is forced, write it in. A hidden single is subtler: a cell may have several candidates, but if it's the only cell in its row, column, or box that can hold a particular digit, that digit must go there regardless of the other candidates. Hidden singles are the workhorse of intermediate play; when you feel stuck, checking each unit for a digit with only one home is the first thing to try.

Naked pairs

When two cells in the same unit both have exactly the same two candidates - say both show only 4 and 9 - those two digits are locked into those two cells, even though you don't yet know which goes where. That means you can erase 4 and 9 from every other cell in that unit. Naked pairs don't place a digit directly, but the eliminations they cause routinely create fresh singles elsewhere. The same idea extends to triples, and it's your entry point into the whole family of elimination-based techniques.

Our Four Difficulty Levels

Every PlayVersusAI puzzle is freshly generated with a unique solution, and the four levels differ in how much of the toolkit they demand. Easy grids offer plenty of givens and fall entirely to scanning and naked singles - ideal for building speed. Medium removes more givens, so you'll need hidden singles and light pencil-mark work. Hard requires sustained candidate management: expect naked pairs and positions where progress comes only from eliminations. Expert starts with a sparse grid and chains several techniques together before the first easy digit appears. The solve timer tracks your best time per level, and error checking can be toggled on while you're learning and off when you want the pure experience.

Common Mistakes to Avoid

  • Guessing early. Penciling in a "probably" digit and building on it is the classic trap: the contradiction surfaces ten moves later and everything since is suspect. Every puzzle here solves by logic - if you're stuck, you're missing a technique, not information.
  • Not updating candidates. Stale pencil marks are worse than none, because you trust them. Make erasing eliminated candidates a reflex after every placement.
  • Fixating on one region. Staring at a stubborn box wastes time - deductions elsewhere are usually what unlock it. When stuck for a minute, deliberately move your attention to the opposite corner of the grid.
  • Forgetting a cell serves three units. Verifying a digit against its row and box but not its column is how most outright errors happen. Check all three, every time.
  • Skipping the digit sweep. Even mid-puzzle, re-scanning for whichever digit now appears eight times often hands you a free placement that candidate-staring missed.

Frequently Asked Questions

Does every Sudoku have exactly one solution?
Every properly made one does, and all our generated puzzles are verified to have a unique solution. Uniqueness is what guarantees pure logic can always finish the grid - a puzzle with multiple solutions would eventually force a genuine guess.
Do I need to be good at math to play Sudoku?
Not at all - there's no arithmetic anywhere in the game. The digits are just nine distinct symbols; the entire puzzle is about placement logic and elimination. Pattern recognition matters far more than anything numerical.
Is it cheating to use pencil marks?
No - they're a standard part of the game at every level, including championship play. Beyond easy puzzles, candidates aren't a crutch; they're the medium in which the advanced techniques are actually visible.
What should I do when I'm completely stuck?
Work a checklist: re-scan every digit 1-9 for hidden singles, verify your pencil marks are current, then hunt each row, column, and box for naked pairs and apply their eliminations. One of those three steps breaks almost every stall - and if an error check reveals a wrong digit, backtrack to it rather than patching around it.
Play Sudoku Now

Free to play - no account needed