Hard Hidato puzzles are number-path logic games in which every active cell must hold a consecutive integer from 1 up to the board maximum, and each pair of consecutive numbers must occupy cells that touch horizontally, vertically, or diagonally. The diagonal rule is what separates a hard Hidato from a simpler snake-style grid: a chain like 1-2-3 can fold, twist, or wrap through the board as long as every step lands in a king-move of the previous one. A genuinely hard Hidato also exposes the minimum possible clues while still admitting exactly one solution, so every printed number is load-bearing rather than decorative. The Lizely Hidato game is a fixed 4x4 Hidato whose six givens are 1, 2, 6, 10, 12, and 16, and an independent backtracking check confirms that removing any single one of those clues creates at least two valid completions. That combination of eight-direction adjacency, minimal clues, and mechanical uniqueness is what gives the puzzle its real difficulty, even on a board that is small enough to fit comfortably on a phone screen.

What Makes a Hidato Puzzle Hard
Three features combine to make a Hidato puzzle feel hard rather than routine. The first is the eight-direction adjacency rule that the Hidato game enforces on every consecutive pair. Unlike Sudoku, where the only spatial constraint is that numbers stay inside their row, column, and box, or unlike Numbrix, where orthogonally adjacent neighbors are sufficient, a hard Hidato forces the chain to think diagonally as well. A cell in the top-left corner can connect to a cell three rows and three columns away, as long as each step in between lands on a valid king-move neighbor.
The second feature is clue minimality. A hard Hidato should publish only as many given cells as the puzzle needs to remain uniquely solvable, so the solver cannot fall back on a near-complete chain that the clues have already laid down. According to the standard Hidato introduction, the puzzle is meant to be filled with consecutive numbers that connect horizontally, vertically, or diagonally, but it is the editor's job to trim givens until only one route remains. The Lizely Hidato game publishes six givens on a 4x4 board, and a test-only backtracking oracle proves that all six are necessary.
The third feature is the ratio of empty cells to clues. A 4x4 board has only sixteen cells, but it must host every integer from 1 to 16 exactly once, and most of those cells are blank when the puzzle opens. The path length is therefore nearly three times the clue count, which forces the solver to think carefully about how 1 connects to 2, how 6 connects to 7, and how the corner values 12 and 16 anchor the lower half of the chain almost immediately. Even a small board becomes hard when it offers no slack.
The Fixed 4x4 Board and Its Six Immutable Clues
The Lizely Hidato game is played on a fixed 4x4 grid with sixteen active cells and no shaded dead zones. Six of those cells are pre-filled with givens that the player cannot move or replace. The remaining ten cells are editable and must hold the missing integers so that the path 1-2-3...-16 snakes through the whole board.
The six clues are placed deliberately so each one anchors a region of the path:
| Clue | Anchor role |
|---|---|
| 1 | Start of the path; restricts the placement of 2 to one of 1's eight king-move neighbors. |
| 2 | Forces 3 to land diagonally or orthogonally adjacent to 2. |
| 6 | Bridges the early chain (1-2-3) with the middle of the path. |
| 10 | Anchors the middle and constrains the placement of 9 and 11. |
| 12 | Brackets the run-up to the final value 16. |
| 16 | Final cell; freezes the last three values 13, 14, and 15 around it. |
A separate backtracking oracle walks values in numeric order over the king-move graph with all six clues reserved and finds exactly one solution. It then runs again six more times, each time removing a different clue. Every reduced clue set admits at least two valid paths, which means every clue on the published board is individually load-bearing. There is no decorative hint anywhere on the board.
How to Play Hard Hidato Puzzles Online
The full game runs in the browser and supports both touch and keyboard input. To start a fresh solve of a hard Hidato puzzle on this site, follow the steps below.
- Open the Hidato game and wait for the 4x4 board to render with its six shaded clue cells showing 1, 2, 6, 10, 12, and 16.
- Tap any unshaded cell, or use the arrow keys to move the cursor there. The selected cell gains a visible highlight and exposes the on-screen number pad.
- Enter a value between 1 and 16 either by tapping the number pad or by typing the digits on a physical keyboard. The game accepts one- or two-digit entries; typing 1 followed by 4 produces 14.
- Repeat the selection and entry process for every other cell until all sixteen cells are filled. The game intentionally allows temporary duplicates while you reason, so a wrong branch can be explored and then cleared with the Clear selected button or the Delete or Backspace key.
- Press the Check button or hit Enter. If even one editable cell is still empty, the game reports that the path is incomplete and records no mistake.
- If the full board fails, inspect the error, replace the editable entries with the corrected values, and check again. The first wrong full board can be repaired; a second wrong full board deadlocks the run until Restart.
- On a valid full board, the score updates to exactly 1,000 points. Selection, entry, and additional checking then freeze.
Players who prefer the keyboard can read a deeper walkthrough in the guide on playing Hidato on a phone or entirely by keyboard, which covers cursor boundaries, the multi-digit entry buffer, and the shared double-Escape boss-key gesture.
Strategy for the Hard 4x4 Number Path
Because the board has only sixteen cells, the search space is small but unforgiving. The cleanest approach is to work from the clues that admit the fewest neighbors outward, rather than guessing in the middle of the path.
Start with the value 1. On a 4x4 board, a corner cell has three neighbors, an edge cell has five, and an interior cell has eight. Wherever 1 is published, its partner 2 must land on one of those neighbors, so 2 cannot be placed arbitrarily. Identify the cell where 1 sits, count its empty neighbors, and mark them as the only legal homes for 2.
Next, mirror that reasoning at the other end of the path. The value 16 anchors the final segment, so 15 must touch 16 diagonally or orthogonally, 14 must touch 15, and 13 must touch 14. Because the chain is bidirectional in logic if not in order, you can often solve the lower half by walking backward from 16 toward 12.
With both ends constrained, look at the bridge clues 6 and 10. The cells that hold 6 and 10 lie near the middle of the path, and each of them must accept one neighbor value on either side. Count how many empty cells sit within one row and one column of 6 before placing 5 or 7; do the same for 10 with respect to 9 and 11. If a clue has only two or three viable neighbors for both sides, the placement of 5, 7, 9, and 11 is usually forced.
Temporary duplicates are allowed by the engine and can help you test a branch without committing. Place a tentative value, scan whether the rest of the board still admits a clean path, then clear the tentative cell with Clear selected or Backspace before moving on. Duplicates are diagnosed only when a complete board is checked, not silently overwritten, so every edit stays explicit.
Finally, check only when every cell contains a deliberate value. An incomplete check is free, but it does not validate the chain, and a complete check on a half-finished board only tells you that the board is unfinished. Treat the Check button as the final commit, not as a hint tool.
Scoring, Mistakes, and Terminal States
The score on this Hidato game is intentionally simple: a valid full board earns exactly 1,000 points and nothing else. There is no time bonus, no streak multiplier, and no partial credit. The fixed board means that replay becomes easier through memory, so elapsed time does not affect the score. The reward is therefore a clean solution rather than a fast one.
Mistakes are tracked with two rules. An incomplete board produces no mistake at all, so the player can experiment freely before filling the last cell. A complete but invalid board records exactly one mistake on the first occurrence, leaves the board editable, and lets the player repair the chain. A second complete but invalid board deadlocks the run until the Restart button is pressed, which restores the six givens, clears every player entry, resets the cursor, score, mistakes, and feedback, and begins a clean run.
After a valid completion or a deadlock, the game freezes. Cell selection, number buttons, clearing, cursor movement, digit entry, and additional checking cannot change the result. This freeze is enforced by the logic test rather than a visual disabled state, so a player cannot accidentally edit a solved or deadlocked board.
Two practical details round out the session. The number pad exposes values 1 through 16 even when only a subset is legal in the selected cell, which keeps the entry method identical across the whole game. And the shared double-Escape gesture opens a spreadsheet-style boss screen for quick concealment, with another double Escape returning to the puzzle. None of the board state is uploaded, no account is required, and no new package dependency is loaded; everything runs in the browser as a small React client game.