DEV Community

Discussion on: The classic Minesweeper game developed with Angular

Collapse
 
mrgrigri profile image
Michael Richins

This is a great design. There is one UX flaw that most don't know exists. If you were to simultaneously right- and left-click on a cell that has a number exposed and if the mines surrounding are flagged correctly, then all of the other surrounding cells are exposed.

Collapse
 
manussakis profile image
Gabriel Manussakis

Thanks!
Interesting, I didn't know this behavior.

Collapse
 
manussakis profile image
Gabriel Manussakis

Hi, I just published this feature.
Now you can click on a number and all surrounding squares will be exposed as long as the amount of flags are equal to the number clicked.

Thanks for your feedback!