Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 494 Bytes

File metadata and controls

32 lines (21 loc) · 494 Bytes

react-minesweeper

react-minesweeper

Minesweeper in Typescript + React. Includes four different difficulty levels and calculates score according to 3BV.

Demo

Install

$ git clone https://github.com/msimmer/react-minesweeper.git
$ cd react-minesweeper && yarn

Run

$ yarn start

Test

$ yarn test

Build

$ yarn build