No description
Find a file
dependabot[bot] e493ace252
Bump nth-check and optimize-css-assets-webpack-plugin
Bumps [nth-check](https://github.com/fb55/nth-check) to 2.1.1 and updates ancestor dependency [optimize-css-assets-webpack-plugin](https://github.com/NMFR/optimize-css-assets-webpack-plugin). These dependencies need to be updated together.


Updates `nth-check` from 1.0.2 to 2.1.1
- [Release notes](https://github.com/fb55/nth-check/releases)
- [Commits](https://github.com/fb55/nth-check/compare/v1.0.2...v2.1.1)

Updates `optimize-css-assets-webpack-plugin` from 5.0.8 to 6.0.1
- [Release notes](https://github.com/NMFR/optimize-css-assets-webpack-plugin/releases)
- [Commits](https://github.com/NMFR/optimize-css-assets-webpack-plugin/compare/v5.0.8...v6.0.1)

---
updated-dependencies:
- dependency-name: nth-check
  dependency-type: indirect
- dependency-name: optimize-css-assets-webpack-plugin
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-28 07:17:16 +00:00
src feat: pass parent element id to constructor 2022-09-16 20:34:53 +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 nth-check and optimize-css-assets-webpack-plugin 2022-11-28 07:17:16 +00:00
package.json Bump nth-check and optimize-css-assets-webpack-plugin 2022-11-28 07:17:16 +00:00
README.md chore: update deps and readme 2022-11-28 08:16:38 +01:00
webpack.config.js access mode in webpack config 2019-12-16 18:21:49 +08:00

Play Minesweeper Online

Netlify Status

This is the classic game Minesweeper built as a single page application with vanilla JS (i.e., no framework dependency).

Stack:

  • HTML, JS, and CSS
  • Webpack for bundling

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 live site is here: Minesweeper