https://github.com/maniator/minesweeper
minesweeper made in react
https://github.com/maniator/minesweeper
Last synced: 4 months ago
JSON representation
minesweeper made in react
- Host: GitHub
- URL: https://github.com/maniator/minesweeper
- Owner: maniator
- Created: 2017-07-27T01:24:33.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-12-31T09:59:56.000Z (6 months ago)
- Last Synced: 2026-01-04T14:14:59.195Z (6 months ago)
- Language: JavaScript
- Homepage: https://mineweeper.herokuapp.com/
- Size: 1.69 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 56
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).
To run app locally please run:
```
npm start
```
You can also see the currently built app at: [mineweeper.herokuapp.com](https://mineweeper.herokuapp.com/)
--------------
You can change the amount of columns, rows, and bombs by passing `rows`, `columns`, and `bombs` props to the `Board` component.
Defaults to 10 of each.
--------------
Example end of game view:

Example game with some flags set:
