mondaychen / minesweeper

The minesweeper game on the web.

Home Page:http://mondaychen.github.io/minesweeper/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

The minesweeper game on the web.

http://mondaychen.github.io/minesweeper/


Languages

Language:JavaScript 78.1%Language:CSS 13.7%Language:HTML 8.2%