Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 256 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 256 Bytes

rust-minesweeper

This was a learning project for me.

Its a port of minesweeper, which I previously ported into go.

Run locally, with SDL2: cargo run --no-default-features --features media_layer_sdl2

To run in a browser via webassembly: npm run serve