Flash0ver / F0.Minesweeper

Source of truth for a Blazor implementation of Minesweeper.
MIT License
6 stars 0 forks source link

feat(components): flood fill uncoverable flagged cells #72

Closed dev-in-disguise closed 3 years ago

dev-in-disguise commented 3 years ago

Flagged cells get uncovered on Automatic and GameWon interactions when the cell is known to be not a mine.

Closes #70