You can try it out here: https://nbpt.eu/games/minesweeper/
npm run dev
: Run the development compiler/server (go tolocalhost:8000
to play the game).npm run build
: Build the release build (to the path/release/minesweeper (version)
).
Left click
reveals an hidden square.Middle click
adds a question mark flag to the selected square (clicking again removes it).Right click
adds a mine flag (right-click again to remove it).
r
: Restart the game.
esc
orr
: Closes the dialog and restarts the game.