About Hitori
Hitori is a Japanese logic puzzle based on a grid of numbers. Each number is either circled or blocked. The rules are
- Blocks cannot connect horizontally or vertically.
- The same number cannot be circled more than once in any row or column.
- Circles must form a single path connected horizontally and vertically, but not diagonally.
Tips
- When a block is found, surround it with circles horizontally and vertically.
- When a number is circled, mark all duplicate numbers in that row and column as blocks.
- Any cell between duplicate numbers (horizontally or vertically) is always circled.
- No circled number or group of circled numbers can be entirely surrounded by blocks.