Skip to content

Jyotir-Parmar/minesweeper-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minesweeper

Getting Started with 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

Demo

https://jyotir-parmar.github.io/minesweeper-code/

Features

1. Different difficulty level.

2. You can customize the game.

How to run

1. Clone the repo.

2. Install node if it is not already installed.

3. Install dependencies by running npm install / yarn add in root directory.

4. To run the code use npm run start / yarn start