Welcome to minesweeper! This is where you can play our online version of minesweeper. To make it more of a challenge (and let's be honest more "fun"), you can challenge your friends to play on the same minesweeper board to beat your score.
Make sure that you have the http-server module installed on your machine:
npm install -g http-server -oSince we're using the power of node, simply run the following command:
npm installFirst, run the http-server module:
http-server -oThen navigate to /modules/minesweeperApp



