Many many years ago I remember playing a free minesweeper that had, among other things, hexagonal maps as an option, but the big thing was that it guaranteed that you would never need to guess. You could always figure out the answer, and I believe there was a mode where if you clicked in a way where you couldn't have deduced the answer it would put a mine in there to punish you. Anyone know what minesweeper software…
Making Explainable Minesweeper
41–44 of 44 posts
Re: Making Explainable Minesweeper
#42In minesweeper online there's also a "no guessing" mode which, in my opinion, is much more interesting than the normal mode. It means that if you guess in a situation where you could have deduced the mines, you always get a mine. Conversely, if you really are in a guessing situation, you will never get a mine. I'm pretty sure the game calculates the unknown part of the map after each click anew.
How would the game know you are guessing?
Re: Making Explainable Minesweeper
#43Earlier quoted context omitted.
How would the game know you are guessing?
I think the only guessing situation in the game is the starting point (first click). after that, everything can be solved by deduction.
Re: Making Explainable Minesweeper
#44Earlier quoted context omitted.
I think the only guessing situation in the game is the starting point (first click). after that, everything can be solved by deduction.
That's not the case. I have come to such situations. And I suppose the program can identify those as well and put the bomb where you didn't click.