Classic game from Windows OS. Reveal all the non-bomb squares, and beat your best time!
$ git clone https://github.com/megaohms/minesweeper.git
$ cd minesweeper
$ npm install
$ npm start
Open your browser to http://localhost:8080
$ npm run build
then open /path/to/minesweeper/index.html in your browser.