Flash0ver / F0.Minesweeper

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

Logic should return at least information about clicked cell #61

Closed dev-in-disguise closed 3 years ago

dev-in-disguise commented 3 years ago

GIVEN a user flags a cell AND the user clicks on another cell which would auto-uncover the flagged cell WHEN the user now tries to uncover the previously flagged cell THEN I expect the logic library to return the already uncovered cells in the report

With this fix I then could e.g. click cell x=5, y=5 from below image to uncover it. image

thomas-pemsel commented 3 years ago

Niiiice, I just wanted to investigate further, and I see that this has already been fixed in commit 3f745f1 :D You can see the fixed behaviour in the Preview version of the game ;) So, yeah, let's review this in the next session, but I think we can close this issue. 🎉🍻