Skip to content

Simplified MineSweeper Game using HTML, CSS and JavaScript.

Notifications You must be signed in to change notification settings

arpitanath/minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simplified MineSweeper

Minesweeper is a single-player puzzle video game. The objective of the game is to clear a rectangular board containing hidden "mines" or bombs without detonating any of them, with help from clues about the number of neighboring mines in each field.

Rules

  • Once clicked each cell will display number of bombs placed in 8 neighboring cells.
  • If clicked on a cell having bomb , game is over.
  • If you have discovered all the cells without bomb , you win.

Want to play ? - Click here

MineSweeper

About

Simplified MineSweeper Game using HTML, CSS and JavaScript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published