A minimal Minesweeper clone written for desktop browsers using Svelte and picoCSS. Play here!
If you don't want to install anything, you can play it online.
To install locally, you will need to install pnpm, which is
the package manager for this repo. With pnpm
installed, run pnpm install
to
install the project's dependencies.
Visit the website, or if you're
running locally, run pnpm run dev
to start a local development server. To
get the final files, run pnpm run build
to build the project, and serve the
resulting dist
server as a website.
The rules are the same as typical Minesweeper. Left click to unveil squares, right click to flag uncovered squares, and you can left click on an uncovered square to chord if you've flagged all the squares you believe to be mines around it.
I'm open to any PRs that add or improve features!
MIT