minesweeper icon indicating copy to clipboard operation
minesweeper copied to clipboard

The minesweeper game on the web.

Minesweeper!

About the game

Rules:

  • Seriously? You need the rules of a Minesweeper game explained here?

Development

  1. install Node.js
  2. install Bower and Grunt: npm install -g bower && npm install -g grunt-cli
  3. open the dictionary of this repository and run:
npm install
bower install
grunt build

If you want to change any JavaScript or CSS codes, run grunt watch in advance to make the changes work. The grunt command also starts the watching process.