Skip to content

3nvi/react-simple-minesweeper

Repository files navigation

React Simple Minesweeper

This project is bootstraped using the create-react-app package.

In order to run it, simply:

git clone https://github.com/3nvi/react-simple-minesweeper
cd react-simple-minesweeper
npm installd
NODE_OPTIONS=--openssl-legacy-provider npm run start

To run the tests you should run:

npm run test

and finally to create a production build, you should run:

NODE_OPTIONS=--openssl-legacy-provider npm run build

About

A simple implementation of the popular minesweeper game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published