Skip to content

HareRamDwivedi/minegame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published