This project is a minesweeper built with rust, wasm and yew. It started with the goal of becoming a complete solver for minesweeper in the CLI, but ended up becoming a complete game + basic solver library with a browser and a CLI frontend.
You can play the WASM version online here.
After installing rust and cargo, run wasm-pack build --dev --target web
. After
this, start a server on the local folder (e.g. python3 -m http.server
) and
check it out on your favourite browser.