LewisGaul / minegauler

A clone of the original minesweeper game with many added features
GNU General Public License v3.0
12 stars 8 forks source link

Flagging proportion handling for multiple mines per cell #160

Open LewisGaul opened 2 years ago

LewisGaul commented 2 years ago

When using multiple mines per cell, the number of flags per cell shouldn't affect the flagging proportion calculation - it should be the proportion of flagged cells rather than the proportion of mines flagged.