A naive backtracking solver for KenKen puzzles.

OPEN THE APP

The current puzzle is shown on the left, the list of cages is shown to the right of that, and (once you compute it) the solution(s) are shown to the right of that.

The currently selected cage is highlighted in yellow in the left board view and the middle cage view. To select a cage, right click it in the board view, or left click it in the cage view.

Assign a cage to a cell in the puzzle by left clicking it on the board view.

Edit the cage restriction in the middle cage view. All cages must be of the form "n+", "n-", "n*", or "n/" for some integer n.

Find solutions by clicking the EXECUTE button.