Play Minesweeper Online for Free
https://mnswpr.com
| .github/workflows | ||
| .husky | ||
| .vscode | ||
| apps/mnswpr | ||
| scripts | ||
| .gitignore | ||
| .nvmrc | ||
| .repo-policy.json | ||
| .secretlintignore | ||
| .secretlintrc.json | ||
| AGENTS.md | ||
| CLAUDE.md | ||
| CONTRIBUTING.md | ||
| eslint.config.js | ||
| LICENSE | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| README.md | ||
| screenshot.png | ||
| vitest.config.js | ||
mnswpr
The mnswpr.com web app — classic Minesweeper in the browser.
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
