No description
Find a file
2022-08-28 21:48:57 +02:00
src update modules exports 2022-08-28 20:47:33 +02: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 update package metadata 2022-08-28 21:48:57 +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)