Skip to content

han-yan-ds/minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minesweeper

Online recreation of the classic Windows game. Visit http://www.minesweeperclassic.com to view the deployed version. Play is highly recommended with use of mouse, or touchpad (instead of touchscreen).

If you wish to install it locally:

  • Fork this repo.

  • Clone it to your computer

$ git clone <repo URL>

  • Install npm (Node package manager) on your computer

Here's a great tutorial: https://docs.npmjs.com/downloading-and-installing-node-js-and-npm

  • Install Next.js

$ npm install -g next

  • Run Play script

npm run play

Runs the app in the build mode.
Open http://localhost:3000 to view it in the browser.

Playing Minesweeper

Click on the Emoji (Smiley-Face) to switch to the Help Screen at any time.

Play is highly recommended with use of mouse, or touchpad (instead of touchscreen).

Help Screen

Authors

  • Han Yan - Initial work
  • Brady Connelly - Thanks for removing the context menu upon right clicking a cell to flag

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to anyone whose code was used
  • Hack Reactor for giving me the idea to create my own Minesweeper app
  • Folks at Microsoft from creating such a great game
  • Anyone who played and enjoyed (or didn't enjoy) this game!

About

Classic Minesweeper Game! Created with React/Redux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors