minesweeper

!minesweeper

@lemmy.world
Create post
Interesting position with a safe square - can you find it?

Interesting position with a safe square - can you find it?

This is supposed to be solvable, but I can't find anything. Any ideas?

This is supposed to be solvable, but I can't find anything. Any ideas?

Why do they advise to avoid flagging ( and in turn, chording) ?

Why do they advise to avoid flagging ( and in turn, chording) ?

I probably gave myself this bad habit of flagging and chording from the very beginning when I started playing minesweeeper - and got used to it.

But I also heard that giving up flagging may take a while to get used to, but it may also make you faster in the long run.

I mean, I get it - if you do not flag, you are basically avoiding hitting the squares you do not need to hit, and in turn reducing the number of clicks.

I did try that a couple of times - but I found that I need to think a lot more when playing without flagging, and the "useful" patterns (1-2-1, 1-2-2-1 and stuff like those) are not really useful there.

Thoughts?

A very fair game of Minesweeper (minesweeper.online)

A very fair game of Minesweeper (minesweeper.online)

There exists a mmo minesweeper on an infinite board (play.m3o.xyz)

There exists a mmo minesweeper on an infinite board (play.m3o.xyz)

Open link in next tab

m3o

https://play.m3o.xyz/

Play minesweeper together in your browser or on your phone.

List of useful minesweeper tools, sites

List of useful minesweeper tools, sites

Playing online

  • https://minesweeper.online/ - This website offers various features such as user accounts, game statistics, and game replays as animations. It also has a no guessing mode (minesweeper without need to guess).

Probability calculators

These calculators allow you to input a board and automatically calculate the probabilities of cells being mines or safe, or even the probability of winning.

  • https://mzrg.com/js/mine/probability.html - This calculator computes the probabilities of cells being mines. Use the [Edit] mode to create a board, then click "Compute Probabilities". You can then use the [View] mode to see the probabilities.
  • https://davidnhill.github.io/JSMinesweeper/ - This calculator computes the probability of cells being safe. It also uses heuristics to choose the best cell based on not only the probability of it being safe, but also on the potential progress that uncovering that cell can provide. When there are few possible board positions, it attempts to find the best (perfect) guess by calculating the exact win probability.
  • https://github.com/DavidNHill/Minesweeper - The same as above but requires downloading. It is faster than the online version but appears to be less maintained.

Efficiency and ZiNi calculators

In short, ZiNi is a number, that tries to find the minimum amount of clicks needed to solve a specific board with allowed use of flags and chords. ZiNi calculators allow you to input a board and attempt to find its ZiNi value.

Misc

  • https://mzrg.com/js/mbm/ - Minesweeper Board Museum. This site shows off several dozen important, unique, or interesting Minesweeper boards, such as Densest Solvable Boards.