minesweeper icon indicating copy to clipboard operation
minesweeper copied to clipboard

The first click should never be a mine

Open ghost opened this issue 10 years ago • 1 comments

ghost avatar Sep 05 '14 11:09 ghost

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

buzzedword avatar Sep 05 '14 19:09 buzzedword