Friendly Minesweeper: Parity Check
(Eingestellt am 16. März 2024, 00:28 Uhr von starwarigami)
Links:
Rules:
- A cell contains a mine if it contains a "friendly" digit, i.e. one that matches its row, column, or box number.
- A cell marked with a circle or square is a minesweeper cell.
Digits in minesweeper cells are the number of mines in the 8 surrounding cells.
- Minesweeper cells may also contain a mine, but it will not be included in that cell's count.
- Digits in a circle are odd, digits in a square are even.
- All valid minesweeper cells are given, but not all mines are necessarily seen.
Previous entries in the series:
Lösungscode: Row 1 (left to right) - 9 digits, no spaces
Gelöst von zhangjinyang, tuturitu, Philologos, SKORP17, Gilliatt, mezeji, Calesch, nottabird, Bankey, PippoForte
Kommentare
am 21. August 2024, 11:57 Uhr von Bankey
Fun puzzle. Thanks, @ starwarigami :).