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
Play it here https://schibir.github.io/mineslitter/
- 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
npm install
npm run build
npm run start
goto http://127.0.0.1:8000