Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shibe97/react-minesweeper
MineSweeper written in React
https://github.com/shibe97/react-minesweeper
Last synced: about 15 hours ago
JSON representation
MineSweeper written in React
- Host: GitHub
- URL: https://github.com/shibe97/react-minesweeper
- Owner: shibe97
- Created: 2015-06-25T10:15:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-05T00:12:21.000Z (about 9 years ago)
- Last Synced: 2025-01-01T01:25:50.652Z (11 days ago)
- Language: JavaScript
- Homepage: http://shibe97.github.io/mineSweeper/
- Size: 2.34 MB
- Stars: 50
- Watchers: 4
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React-MineSweeper
This is a MineSweeper Game.[http://shibe97.github.io/mineSweeper/](http://shibe97.github.io/mineSweeper/)
![MineSweeper](https://shibe97.github.io/assets/images/ss/ss_minesweeper_01.png)
## Setup
```
$ npm install
```## Build
```
$ npm run build
```## Watch and auto build
```
$ npm run watch
```## License
MIT