An open API service indexing awesome lists of open source software.

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

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:
![](https://i.imgur.com/L2yTtvG.png)

Example game with some flags set:
![](https://i.imgur.com/I9IipqW.png)