Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/freaktechnik/mines.js
Yet another Minesweeper clone with custom boards and mine-flagging
https://github.com/freaktechnik/mines.js
javascript mines minesweeper progressive-web-app webpack
Last synced: about 2 months ago
JSON representation
Yet another Minesweeper clone with custom boards and mine-flagging
- Host: GitHub
- URL: https://github.com/freaktechnik/mines.js
- Owner: freaktechnik
- License: mpl-2.0
- Created: 2015-03-31T23:07:47.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-06-24T10:07:25.000Z (6 months ago)
- Last Synced: 2024-06-24T11:39:10.471Z (6 months ago)
- Topics: javascript, mines, minesweeper, progressive-web-app, webpack
- Language: JavaScript
- Homepage: https://humanoids.be/mines
- Size: 5.12 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 44
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](assets/images/icon-32.png) Mines
=====[![Greenkeeper badge](https://badges.greenkeeper.io/freaktechnik/mines.js.svg)](https://greenkeeper.io/)
[![Build Status](https://travis-ci.org/freaktechnik/mines.js.svg)](https://travis-ci.org/freaktechnik/mines.js) [![codecov](https://codecov.io/gh/freaktechnik/mines.js/branch/master/graph/badge.svg)](https://codecov.io/gh/freaktechnik/mines.js) [![Dependency Status](https://dependencyci.com/github/freaktechnik/mines.js/badge)](https://dependencyci.com/github/freaktechnik/mines.js)Mines is a web app minesweeper clone.
Play
----
Mines is available on the following sites:* [Web (Release)](https://humanoids.be/mines)
* ([Firefox Marketplace](https://marketplace.firefox.com/app/mines/))
* [Web (Testing)](http://lab.humanoids.be/mines.js)Translate
---------
You can contribute translations to the application on [transifex](http://transifex.com/projects/p/mines) or by pull request, if that's your thing.Build
-----### Build Tools
You'll have to install these tools in order to build the app.* [npm](https://www.npmjs.com/) (available as package for most Linux distros)
### Prepare the Build
There are some third-party resources the app uses. Install them by running these commands in the command line:
```
npm install
```### Actually Build the App
To build just run `npm run build` in the root folder of the repository. This will build a development grade version of the application in the dist/ folder.License
-------
Copyright © 2016 Martin Giger
Licensed under the MPL-2.0.See the [LICENSE](LICENSE) file for the full license text.