Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.