/minesweeper

Minesweeper built with rust, yew and web assembly

Primary LanguageRustMIT LicenseMIT

Minesweeper in the browser

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.

Demo

You can play the WASM version online here.

How to run localy

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.

Example output

demo output