Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 815 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 815 Bytes

Minesweeper Game

A classic Minesweeper game built with React.

Description

This project is a web-based implementation of the classic Minesweeper game using React. The objective of the game is to clear a rectangular board containing hidden "mines" without detonating any of them, with help from clues about the number of neighboring mines in each field.

Demo

A live demo of the game can be found here.

Installation

To get a local copy up and running, follow these simple steps:

  1. Clone the repository:
    git clone https://github.com/HareRamDwivedi/minegame.git
  2. Navigate to the project directory:
    cd minegame
  3. Install dependencies:
    npm install

Usage

To start the development server, run:

npm run dev