Skip to content

artur99/a9-minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A9 MineSweeper

This is a game made as a challenge between me, pmaxim98 and iulyus01. :D

About

Yet another Minesweeper game, but this one is made on a JS canvas.
Graphics & others:

Time been working on it: 3 days.

Play it

The Game

Features

  • 3 difficulty levels
  • Right click flags
  • Instructions
  • Time Counter
  • Highest Score
  • Animations & Sound effects

Screenshots & GIFs

Installation

Just clone the repo and run game/index.html in your browser.

Development

For development, you need npm, bower & grunt :P

$ npm install
$ bower update
$ grunt prep
$ grunt watch

And after stopping the watcher, for minifying & other things, simply run grunt again.