/mineslitter

Minesweeper vice versa

Primary LanguageJavaScriptMIT LicenseMIT

Mineslitter

Minesweeper vice versa. You need to mine the board using numbers that mean how many mines should be in a 3x3 square centered on that number

Screenshot

Play it here https://schibir.github.io/mineslitter/

Controls

  • Right mouse button - puts a mine
  • Left mouse button - marks the cell as empty
  • Middle mouse button - marks adjacent cells as empty, if the pressed cell is

Build

npm install
npm run build
npm run start
goto http://127.0.0.1:8000