mnswpr/README.md
ayo 6e9cb93a12
Some checks are pending
Checks / lint (push) Waiting to run
Checks / test (push) Waiting to run
Checks / content (push) Waiting to run
chore: restore mnswpr to a standalone app repo (#54)
Move the @cozy-games/* packages, sites, docs, and package-publish tooling out
to github.com/ayo-run/cozy-games. The app now consumes those packages from npm
instead of the workspace. Root config, workspace globs, and CI target the app.
2026-07-18 20:47:19 +02:00

887 B

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