Skip to content

This is a demo of game Mine Sweeper implemented by JavaScript.

Notifications You must be signed in to change notification settings

nicodechal/mine_sweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mine Sweeper

this is a demo of game Mine Sweeper implemented by JavaScript.

How to run

Directly download or git pull this project from github, then run following commands:

npm install
npm run start

then the game will be servered on http://localhost:8080.

Now, just click the link and you will see something like this:

Now just have fun!

How to play

  • LeftClick: reveal an unrevealed square.
  • RightClick: mark an unrevealed square as mine.

You can get other information about Minesweeper from Wiki.

About

This is a demo of game Mine Sweeper implemented by JavaScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published