Skip to content

Yet another Minesweeper clone with custom boards and mine-flagging

License

Notifications You must be signed in to change notification settings

freaktechnik/mines.js

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.

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