Skip to content

Imbwbl/minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minesweeper

a verry simple minesweeper made in html A very simple minesweeper made in HTML. You can change the size of the board and the number of bombs in the main.js file.

let size = 9
let bombs = 10