Back

Minesweeper + Loop (1123)

Instruction:
Place mines into some un-numbered cells in the grid, at most one mine per cell, so that each number in a cell represents the number of mines adjacent to that cell (including diagonally adjacent cells). Then, draw a single non-intersecting loop through the centers of all cells without mines (including numbered cells). Loop paths must be orthogonal.

Reference: WPF (1)

Examples:
WPF Puzzle GP 2023 - Round 3 (207)
Parent puzzle:
Minesweeper