Play Minesweeper Online for Free https://mnswpr.com
Find a file
Ayo 5b19bcd324
Some checks are pending
Checks / lint (push) Waiting to run
Checks / test (push) Waiting to run
Checks / content (push) Waiting to run
chore: init agents instructions
2026-07-18 20:59:25 +02:00
.github/workflows chore: restore mnswpr to a standalone app repo (#54) 2026-07-18 20:47:19 +02:00
.husky chore: add contribution content checks (#53) 2026-07-16 21:17:44 +02:00
.vscode chore: use eslint for linting & formatting 2026-04-02 14:41:52 +02:00
apps/mnswpr chore: restore mnswpr to a standalone app repo (#54) 2026-07-18 20:47:19 +02:00
scripts chore: restore mnswpr to a standalone app repo (#54) 2026-07-18 20:47:19 +02:00
.gitignore chore: security hardening 2026-07-03 23:04:52 +02:00
.nvmrc chore: update release gh action 2026-04-03 03:03:08 +02:00
.repo-policy.json chore: add contribution content checks (#53) 2026-07-16 21:17:44 +02:00
.secretlintignore chore: security hardening 2026-07-03 23:04:52 +02:00
.secretlintrc.json chore: security hardening 2026-07-03 23:04:52 +02:00
AGENTS.md chore: init agents instructions 2026-07-18 20:59:25 +02:00
CLAUDE.md chore: init agents instructions 2026-07-18 20:59:25 +02:00
CONTRIBUTING.md chore: add contribution content checks (#53) 2026-07-16 21:17:44 +02:00
eslint.config.js chore: monorepo scripts (dev, build, db, etc) 2026-07-03 20:25:33 +02:00
LICENSE chore: relicense to MIT (#52) 2026-07-16 21:15:49 +02:00
package.json chore: restore mnswpr to a standalone app repo (#54) 2026-07-18 20:47:19 +02:00
pnpm-lock.yaml chore: restore mnswpr to a standalone app repo (#54) 2026-07-18 20:47:19 +02:00
pnpm-workspace.yaml chore: restore mnswpr to a standalone app repo (#54) 2026-07-18 20:47:19 +02:00
README.md chore: restore mnswpr to a standalone app repo (#54) 2026-07-18 20:47:19 +02:00
screenshot.png chore: add sreenshot 2026-07-03 10:29:17 +02:00
vitest.config.js chore: restore mnswpr to a standalone app repo (#54) 2026-07-18 20:47:19 +02:00

mnswpr

The mnswpr.com web app — classic Minesweeper in the browser.

screenshot

This repo is the game app. The shared, reusable modules it builds on (@cozy-games/mnswpr, @cozy-games/leaderboard, @cozy-games/utils, and the rest of the @cozy-games/* family) live in their own repo: ayo-run/cozy-games, and are consumed here from npm.

Contributing

Setup, running the game locally, testing, code style, and local infra all live in CONTRIBUTING.md. In short — this is a pnpm workspace:

pnpm i                     # install
pnpm test                  # run the test suite
pnpm -F mnswpr run dev     # run the Minesweeper app locally

See apps/mnswpr/README.md for the game itself.

License

MIT © Ayo Ayco