minesweeper icon indicating copy to clipboard operation
minesweeper copied to clipboard

Something wrong at counting the bombs in the last 9 squares

Open am-chourasia opened this issue 4 years ago • 1 comments

Issue

am-chourasia avatar Sep 07 '20 17:09 am-chourasia

if (i < 88 && !isRightEdge && squares[i +1 +width].classList.contains('bomb')) total ++ its actually i <= 89. I created a pull request on that.

Thamjith avatar Dec 09 '20 17:12 Thamjith