This is a game made as a challenge between me, pmaxim98 and iulyus01. :D
Yet another Minesweeper game, but this one is made on a JS canvas.
Graphics & others:
- Kenney.nl - UI graphics
- OpenGameArt - Background
- zapsplat.com - Some Audio UI
- Kenney.nl - Some other Audio UI
- OpenGameArt - Background music
Time been working on it: 3 days.
- 3 difficulty levels
- Right click flags
- Instructions
- Time Counter
- Highest Score
- Animations & Sound effects
Just clone the repo and run game/index.html
in your browser.
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.