This is a Minesweeper game implemented using pure JavaScript, HTML, and CSS.
- Custom grid size.
- Custom percentage of mines in the grid.
- Opening all adjacent empty cells by clicking on an empty cell.
- Visual assistance when holding down the mouse on an opened cell, showing which cells surround it.