A classic Minesweeper game built with React.
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.
A live demo of the game can be found here.
To get a local copy up and running, follow these simple steps:
- Clone the repository:
git clone https://github.com/HareRamDwivedi/minegame.git
- Navigate to the project directory:
cd minegame
- Install dependencies:
npm install
To start the development server, run:
npm run dev