Hi, This is my attempt at a crossover of a sudoku and a minesweeper(ish) puzzle. I think it has ended up harder than I intended, but there is some really fun logic that I enjoyed working with. In particular I think the intended break-in (there may be other ways) is really nice although quite challenging to come across given the nature of the puzzle and is still quite surprising to me. I hope you enjoy :)
==============================================
Rules:
Normal Sudoku rules apply.
Kropki dots: Digits in cells joined by a white dot are consecutive. Digits in cells joined by a black dot are in a 1:2 ratio.
Minesweeper-style rules:
Bombs:
The digit 8 is a small bomb with a bomb count of 1. The digit 9 is a big bomb with a bomb count of 2.
Counting Cells:
Cells containing 1-4 give the total bomb count of their surrounding cells (up to 8, including diagonals).
Neutral digits:
Cells containing a 5, 6 or 7 do not interact with these minesweeper-style rules.
Bunker walls:
The blue rectangles between cells are bunker walls. Walls block orthogonal bomb counting between a counting cell (1–4) and a bomb (8 or 9).
Diagonal interactions are not blocked unless two walls meet at a corner between the cells.
e.g. the bomb counting interaction between r2c3 and r3c4 is blocked but the walls do not separate r2c4 and r3c3.
Central safety cell (r5c5):
This cell, indicated by the green square, is exempt from Minesweeper rules.
If it contains 8 or 9, it does not count as a bomb for its neighbours.
If it contains 1–4, it does not need to match its surrounding bomb total.
==============================================
For the bunker walls I have given some visual examples to help clarify things below the puzzle image. I have also hidden some text to indicate the intended break-in at the bottom of this page if you are stuck or if you did it with some other strategy and are curious as to how I intended the solve to start.
Here are some simple visual indicators as to how the bunker walls work using a 1 to count the bombs. The green (top row) boxes are valid and the orange (bottom row) boxes break the rules.
Lösungscode: Row 9 (left to right 9 digits no spaces)
Gestern, 18:06 Uhr von pecha_berrie
Wow, what a break in!! Was unexpected to say the least :) loved the solve path in this one!
| Schwierigkeit: | ![]() |
| Bewertung: | 90 % |
| Gelöst: | 16 mal |
| Beobachtet: | 0 mal |
| ID: | 000SAD |