/minesweeper_wasm

Primary LanguageRustGNU General Public License v3.0GPL-3.0

MineSweeper

a game built in rust and html/css/typescript to explore wasm usage and rust.

enjoy :3

compile

to compile and run this u need:

  • nodejs
  • rust
  • wasm-pack cargo install wasm-pack
wasm-pack build
cd website
npm install
npm run dev