Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 561 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 561 Bytes

Minesweeper

This project is a functionnal minesweeper made using javascript. You can access the game by clicking here !

How to play :

  • The input on top lets you choose the maximum amount of mines.
  • The counter on the top-right indicates marked cells / total mines
  • Use left click to reveal a cell content.
  • Use right-click to mark a hidden cell with a flag if you suspect it to be a mine (a flagged cell can't be revealed).
  • Use right-click on a flagged cell to remove the flag.
Have fun !