Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 397 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 397 Bytes

MineSweeper Game

A web version of the old MineSweeper game.

Check out the demo here 👉 minesweeper.marc.dev

Installation

npm install

Start Dev Server

npm start

Build Prod Version

npm run build

Features:

  • Flag suspected mine
  • Recursively free up free space
  • Reveal a field
  • 5 levels
  • Customizable field size