lepouya / progressive-mine-sweep

A progressive (incremental) take on the classic minesweeper puzzle
https://lepouya.github.io/progressive-mine-sweep/
MIT License
8 stars 2 forks source link

Wins/Loses don't register if become fast enough #5

Open Supyovalk opened 11 months ago

Supyovalk commented 11 months ago

For example: -Have maximum Reset Speed -Have sufficent to Reset automation -Go to 3X3 board

Expected outcome: Wins should happen by the tens

Actual outcome: None of the wins register and the wins don't rise (That doesn't change with faster Updating speed)

lepouya commented 10 months ago

weird. I'll see if I can repro