Minesweeper in the browser without any client-side JavaScript
.gitignore | ||
bun.lockb | ||
justfile | ||
LICENSE | ||
package.json | ||
README.md | ||
server.ts | ||
style.css | ||
tsconfig.json |
minesweeper-nojs
To automatically compile while developing:
just dev
To run:
just run