Skip to content

A minesweeper made in JS, with an integrated solver.

Notifications You must be signed in to change notification settings

marcbal/Minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Minesweeper JS

A minesweeper made in native JavaScript, with an integrated solver.

How to play

Online

mines.mbaloup.fr

Self hosted (docker)

docker run -d -p 8080:80 marcbal/minesweeper:latest

TODO

  • Save score, locally in the browser (do not valid score if any help option is activated at any time during the game).
  • Auto-zoom the grid based on the grid dimensions and the size of the window. Makes the cells stays square.