rjanjic / js-minesweeper

JavaScript Minesweeper

Home Page:http://radovanjanjic.com/js-minesweeper/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minesweeper Game Rule#1 Violation

seckinpoyraz opened this issue · comments

According to the Wikipedia page of Minesweeper (video game)#Rules : The first click will never be a mine.
But your app violates that rule. Maybe consider creating the board in the code, after the first click is made. Other than that, your game looks great, keep up the great work!