minesweeper
minesweeper copied to clipboard
The first click should never be a mine
Summary
As a player starting a new game, the first click should not reveal a mine
Details
- A user starting a new game can potentially click a mine for their first move
- Mines are laid out prior to determining a starting point
- Game ends before play actually begins
Acceptance Criteria
Scenario: Click first tile
Given a user has clicked a tile for first time When the game reveals the tile Then a playing field should be generated which does not contain a mine at the current location
Out of Scope
- Ensure mine complexity does not exceed difficulty level