wcoots / vue-minesweeper

💣 Personal project to build minesweeper in Vue
https://minesweeper-app.netlify.app/
GNU General Public License v3.0
3 stars 0 forks source link

Mines left unflagged count #19

Closed wcoots closed 4 years ago

wcoots commented 4 years ago

In the original minesweeper, there was a number indicating the total mines that the player had potentially left unflagged. This is calculated from the total number of mines in the grid minus the total number of flagged tiles. The number can be negative if the player has flagged more tiles than there are mines. This does not include tiles that are marked as 'uncertain'