Related: I've seen a minesweeper where you solve it not one by one but in general
You add rules that are auto-applied wherever they can, and it tries to solve itself
https://store.steampowered.com/app/2262930/Bombe/
> Minesweeper, but you only solve each situation once.
> Regions (number bubbles connected by lines) generated from clues on the board
> Rules act on regions to mark bombs, clear squares or create new regions
> A checker tells you if your rule is formally correct
> Rules are auto applied forever after, resolving the situations you have solved before
> Only the hard situations remain.
Comments
Related: I've seen a minesweeper where you solve it not one by one but in general You add rules that are auto-applied wherever they can, and it tries to solve itself