freaktechnik / mines.js

Yet another Minesweeper clone with custom boards and mine-flagging
https://humanoids.be/mines
Mozilla Public License 2.0
3 stars 1 forks source link
javascript mines minesweeper progressive-web-app webpack

Mines

Greenkeeper badge Build Status codecov Dependency Status

Mines is a web app minesweeper clone.

Play

Mines is available on the following sites:

Translate

You can contribute translations to the application on transifex 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.

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 file for the full license text.