No description
Find a file
2022-08-29 22:30:49 +02:00
src disable user select on header 2022-08-29 22:30:49 +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 readme for opening in locally 2022-08-29 08:07:46 +02:00
README.md update readme for opening in locally 2022-08-29 08:07:46 +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

Running Locally

After running the commands to start development, open in a browser: http://localhost:4200

Live Demo

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