Skip to content

noah-ellman/mindsweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mindsweeper

@Author Noah Elman

This is the web-based JavaScript version of the classic game Mindsweeper.

Really cool example of what you can do with React.
React here handles all the updates of the game map so we don't have to,

Play now

(http://test.noahlabs.net/mindsweeper/mindsweeper/build)

(http://www.noahellman.org)

Quick run

Download and run index.html in the build folder.

To run manually

npm install
cd public
bower install
cd ..
npm start

You must have bower installed which is used to handle the dependencies bootstrap and jquery.

About

Web-based Mindsweeper written in React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published