Flash0ver / F0.Minesweeper

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

Generate Minefield before first uncover #10

Closed Flash0ver closed 3 years ago

Flash0ver commented 4 years ago

The first uncover may already uncover a mine.

thomas-pemsel commented 4 years ago

Do we want this to be an option that can be set, or is this issue being replaces/made obsolete with issue #11?

dev-in-disguise commented 4 years ago

Do we want this to be an option that can be set, or is this issue being replaces/made obsolete with issue #11?

tbh I can't really remember anymore. From my personal view I'd prefer to have it as an option and the user can choose which option he/she takes

Flash0ver commented 4 years ago

Eventually, we planned to have both #10 and #11. I don't mind with which we start. And we could make it an option right away, or make it an option later on when we implement the alternative.