nickarocho / minesweeper

The classic game with the classic look (Client-side Game) | HTML, CSS, JavaScript, recursion
https://nickarocho.github.io/minesweeper/
63 stars 27 forks source link

Maybe grid of hard level need to re-calculate #1

Open LaoshuBaby opened 2 years ago

LaoshuBaby commented 2 years ago

In my memory the hard level‘s window is a rectangle, not a square

图片

The 160/(30*30) grid is very strange, why not use 99/(16*30) grid?

图片