mineblown-gameui
v1.0.14
Published
Minesweeper game UI implementation in react easy for use from http://minesweeper.mineblown.com
Downloads
3
Readme
MineBlown-GameUI
Minesweeper game UI implementation in react easy for use Created as part of MineBlown - Online Minesweeper project (http://minesweeper.mineblown.com)
About MineBlown Project
MineBlown is a free to play retro looking cutting edge minesweeper online game. The project started in order to fix the current abusive attitude toward minesweeper as an old irrelevant game, by providing twists in a way that reaches its full potential.
Features
- [x] Custom game board.
- [x] Stopwatch.
- [x] Mines left.
- [x] Set flags.
Install
npm install mineblown-gameui --save
Require
var mineblown = require("mineblown-gameui");
Usage
Board Game Initialization
var { Game, Settings } = require("mineblown-gameui");
Contribution
Issue, idea, PR are welcomed.
License
MIT