No description
Find a file
2022-07-25 15:24:56 +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 Bump terser from 4.8.0 to 4.8.1 2022-07-20 18:32:59 +00:00
package.json chore: add concurrently and "run dev" command 2022-07-09 09:40:18 +02:00
README.md chore: update readme 2022-07-09 09:50:40 +02:00
webpack.config.js access mode in webpack config 2019-12-16 18:21:49 +08:00

Play Minesweeper Online

Netlify Status

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

Built on HTML, JS, and CSS.

Development

To start development, you need node v16 (the dev server doesn't work on v18 yet). Once you know you have this, you can do the following:

  1. Install dependencies: npm i
  2. Start the dev server: npm run dev

Live Demo

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