Go to file
Florine W. Dekker 793da19c00
Remove mines from starter neighbours as well
Fixes #9.
2020-07-30 21:26:16 +02:00
src/main Remove mines from starter neighbours as well 2020-07-30 21:26:16 +02:00
.editorconfig Set up deployment with npm 2020-07-25 20:35:59 +02:00
.gitattributes Set up deployment with npm 2020-07-25 20:35:59 +02:00
.gitignore Set up deployment with npm 2020-07-25 20:35:59 +02:00
Gruntfile.js Use semi-pretty icons as symbols 2020-07-29 23:33:07 +02:00
LICENSE Set up deployment with npm 2020-07-25 20:35:59 +02:00
README.md Set up deployment with npm 2020-07-25 20:35:59 +02:00
package-lock.json Start game only after fonts have been loaded 2020-07-30 11:45:00 +02:00
package.json Remove mines from starter neighbours as well 2020-07-30 21:26:16 +02:00

README.md

Minesweeper

An implementation of Minesweeper.

Development

Requirements

Setting up

# Install dependencies (only needed once)
$> npm ci

Building

# Build the tool in `dist/` for development
$> npm run dev
# Same as above, but automatically rerun it whenever files are changed
$> npm run dev:server
# Build the tool in `dist/` for deployment
$> npm run deploy