/minesweep

Minesweeper game build in React

Primary LanguageJavaScript

Minesweeper game prototype using react

Instructions to run:

  • Install yarn
  • Clone the repo: git clone https://github.com/AnshulMalik/minesweep.git
  • cd minesweep
  • yarn install
  • yarn start
  • A browser window will open where you can test the game out.