Skip to content

codeflamer/MineSweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started Mine Sweeper

Click on this link to access the working example: https://mine-sweeper-three.vercel.app/

Instruction/How it works

  1. when we open the app, we have Empty Cells. Within contains mines that needs to be discovered.
  2. After we click , it makes the background blue, to indicate the number and empty cell.
  3. If the cells turns red, It measn we have open a mine.

Number of mines = 40

This value can be changed in constants.js file

image Screenshot of the working game