1
0
Go to file
2022-06-02 13:35:32 +03:00
src feat: fields which have all bombs already flags can be auto opened 2022-06-02 13:35:32 +03:00
.gitignore initial commit 2022-06-01 23:23:23 +00:00
.rustfmt.toml initial commit 2022-06-01 23:23:23 +00:00
Cargo.toml feat: first version of playable minesweeper in browser 2022-06-02 02:02:19 +00:00
index.html feat: fields which have all bombs already flags can be auto opened 2022-06-02 13:35:32 +03:00
README.md feat: fields which have all bombs already flags can be auto opened 2022-06-02 13:35:32 +03:00

Minesweeper using Rust & WASM

Tutorial: https://www.youtube.com/watch?v=0ywizYLPV00

Development

wasm-pack build --target web
serve

If it says that you don't have serve, you can install from here: https://www.npmjs.com/package/serve.