A rust implementation of the popular game, using the iced library.
- Linux
- Windows
- WASM
- Config
- High scores
- Layout
Prerequisites:
cargo
andrustc
(see installation instructions)- Some crates used by
iced
seem to needcmake
,g++
, and some font utilities. On Fedora these can be installed withsudo dnf group install "C Development Tools and Libraries" "Development Tools" sudo dnf install fontconfig fontconfig-devel
Build and run:
git clone https://github.com/BogdanOlar/iced-minesweep-rs
cd iced-minesweep-rs/
cargo run --release
TODO: