mnswpr/README.md
2022-07-09 09:47:40 +02:00

531 B

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, 0. You need node v16 (the dev server doesn't work on v18 yet)

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

Live Demo

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