No description
Find a file
2022-07-09 09:47:27 +02: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 chore: update dependencies 2022-07-09 09:47:27 +02:00
package.json chore: add concurrently and "run dev" command 2022-07-09 09:40:18 +02:00
README.md chore: add concurrently and "run dev" command 2022-07-09 09:40:18 +02: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 dev

Live Demo

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