Skip to content

mondaychen/minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published