Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 553 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 553 Bytes

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.