Skip to content

lior9631/Minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minesweeper game

Game of Minesweeper with special features.

This is my first project in HTML, JavaScript, and CSS.

Game Rules

The board is divided into cells, with mines randomly distributed.
To win, you need to open all the cells. The number on a cell shows the number of mines adjacent to it.
Using this information, you can determine cells that are safe, and cells that contain mines.
Cells suspected of being mines can be marked with a flag using the right mouse button.

Link

You can access the game by clicking here