minesweeper
minesweeper copied to clipboard
Something wrong at counting the bombs in the last 9 squares
if (i < 88 && !isRightEdge && squares[i +1 +width].classList.contains('bomb')) total ++ its actually i <= 89. I created a pull request on that.