panki27 / minesweeper

A minesweeper implementation for the Flipper Zero device.
GNU General Public License v3.0
70 stars 6 forks source link

Winning check bug? #5

Open python273 opened 1 year ago

python273 commented 1 year ago

Not sure how that happened 🤔

hitriy commented 1 year ago

Quite common issue when you checking all the mines with flag. And again, it could count game as solved when not all the mines marked/free cells opened

mrnerdhair commented 1 year ago

Possible clue -- I encountered this for the first time after realizing you can double-click a cell to reveal all cells around it if all the mines are already flagged. I've played many, many games before discovering that feature, but the first time I used it I had this happen.