Mines is a web app minesweeper clone.
Mines is available on the following sites:
You can contribute translations to the application on transifex or by pull request, if that's your thing.
You'll have to install these tools in order to build the app.
- npm (available as package for most Linux distros)
There are some third-party resources the app uses. Install them by running these commands in the command line:
npm install
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.
Copyright © 2016 Martin Giger Licensed under the MPL-2.0.
See the LICENSE file for the full license text.