Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.12 KB

File metadata and controls

33 lines (26 loc) · 1.12 KB

Minesweeper

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.

How To Install It

Make sure that you have the http-server module installed on your machine:

npm install -g http-server -o

Since we're using the power of node, simply run the following command:

npm install

Running The Game

First, run the http-server module:

http-server -o

Then navigate to /modules/minesweeperApp

Screenshots

What Does It Look Like?

alt text

New Game/Select Difficulty

alt text

Set Board Size

alt text

Start The Game

alt text