Skip to content

jpo/react-minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Minesweeper

This project is a clone of the classic Minesweeper game built with React. It features a simple, minimalist interface and a well-tested game module that houses the game rules. The React code itself is straightforward and used mostly for presentation.

DEMO

http://joshorourke.com/react-minesweeper

SCREENSHOT

USAGE

The following commands are available in your project:

# Install npm modules
npm install

# Start for development
npm start 

# Run unit tests
npm test

# Builds the app for production to the build folder
npm run build