Connect matching numbers with paths that fill the entire grid. A challenging logic puzzle that tests your spatial reasoning skills.
How to Play: Click on a numbered cell to start drawing a path, then click on adjacent cells to extend the path to the matching number. Paths can only go horizontally or vertically (not diagonally) and cannot cross other paths. All cells must be filled when the puzzle is complete.
Number Link (also known as "Arukone" or "Number Connection") is a logic puzzle where players connect pairs of numbers with paths that fill the entire grid. The puzzle was invented in Japan and has become popular worldwide for its simple rules but challenging gameplay.
Mathematical Significance: Number Link puzzles are NP-complete problems, meaning they are computationally difficult to solve in the general case. They are related to Hamiltonian path problems in graph theory.
| Grid Size | Number of Cells | Typical Number Pairs | Difficulty Level | Average Solution Time |
|---|---|---|---|---|
| 4×4 | 16 | 4-5 | Easy | 1-2 minutes |
| 6×6 | 36 | 6-8 | Medium | 3-5 minutes |
| 8×8 | 64 | 8-10 | Hard | 5-10 minutes |
| 10×10 | 100 | 10-12 | Expert | 10-20 minutes |
Classic Number Link: The standard puzzle with pairs of numbers to connect. The goal is to connect all pairs with non-crossing paths that fill the entire grid.
Alphabet Link: Uses letters instead of numbers. Connect matching letters with paths following the same rules as Number Link.
Multi-Link: Some numbers appear more than twice, requiring branching paths that connect all instances of the same number.
Hexagonal Grid: Played on a hexagonal grid instead of a square grid, adding an extra dimension of complexity to path planning.
| Grid Size | Time | Moves |
|---|---|---|
| 4×4 | - | - |
| 6×6 | 00:03 | - |
| 8×8 | - | - |
| 10×10 | 00:05 | - |