1
Fork 0
Minesweeper in the browser without any client-side JavaScript
Find a file
2023-07-02 18:06:27 +02:00
.cargo RIIR 2023-07-02 18:06:27 +02:00
src RIIR 2023-07-02 18:06:27 +02:00
.gitattributes RIIR 2023-07-02 18:06:27 +02:00
.gitignore RIIR 2023-07-02 18:06:27 +02:00
build.sh RIIR 2023-07-02 18:06:27 +02:00
Cargo.lock RIIR 2023-07-02 18:06:27 +02:00
Cargo.toml RIIR 2023-07-02 18:06:27 +02:00
favicon.ico Add favicon 2023-06-29 13:29:09 +02:00
inputs.json RIIR 2023-07-02 18:06:27 +02:00
LICENSE Initial commit 2023-06-27 18:52:22 +02:00
package.json Initial commit 2023-06-27 18:52:22 +02:00
README.md Update README.md 2023-06-27 19:15:02 +02:00
style.css RIIR 2023-07-02 18:06:27 +02:00
style.json RIIR 2023-07-02 18:06:27 +02:00
table.json RIIR 2023-07-02 18:06:27 +02:00
tsconfig.json Initial commit 2023-06-27 18:52:22 +02:00

minesweeper-nojs

To automatically compile while developing:

just dev

To run:

just run