minesweeper
minesweeper copied to clipboard
Often the corner divs were neglected from calculating bombs
For instance finding a bomb on bottom div needs a condition i<= 89, but given i<89 which neglects the div 99
thanks so much for figuring this out! it didn't seem like the other comments took care of it like your solution did!