Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 234 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 234 Bytes

MineSweeper Game

board is 10 * 10 cells and there will be 10 bombs behind.

Here are sucess and gameover display:

success image

gameover image

How to run:

1.npm install 2.npm start