Minesweeper-rs/README.MD
2023-05-15 23:35:41 -04:00

490 B

Rust Minesweeper

For more information, and a WASM powered demo: https://alexanderbass.com/show/2023/rust-minesweeper/

Running

To run the desktop version:

cargo run

To compile to WASM:

cargo build --target wasm32-unknown-unknown --release

To run that WASM, copy the resulting target/wasm32-unknown-unknown/release/wasm into the same directory as minesweeper.html and serve both files through a webserver.