No description
Find a file
dependabot[bot] b391e42b89
Bump color-string from 1.5.3 to 1.6.0
Bumps [color-string](https://github.com/Qix-/color-string) from 1.5.3 to 1.6.0.
- [Release notes](https://github.com/Qix-/color-string/releases)
- [Changelog](https://github.com/Qix-/color-string/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Qix-/color-string/commits/1.6.0)

---
updated-dependencies:
- dependency-name: color-string
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-03 02:36:07 +00:00
src casual_mode initial code 2020-04-02 22:20:37 +08:00
.gitignore initial commit 2019-12-08 16:36:29 +08:00
index.html allow caching 2019-12-16 17:59:25 +08:00
instructions initial commit 2019-12-08 16:36:29 +08:00
package-lock.json Bump color-string from 1.5.3 to 1.6.0 2021-11-03 02:36:07 +00:00
package.json update webpack 2020-03-06 01:06:55 +08:00
README.md Update README.md 2021-11-03 10:35:37 +08:00
webpack.config.js access mode in webpack config 2019-12-16 18:21:49 +08:00

Play Minesweeper Online

This is a single page web application featuring the classic game, Minesweeper.

Netlify Status

Built on HTML, JS, and CSS.

Development

To start development, download/fork the repository then run: npm i

To start the dev server, first run npm run watch:dev then in another terminal, run npm start

Live Demo

The current live site is here: (https://mnswpr.com)