
About
Minesweeper is a logic puzzle game genre, usually played on personal computers, in which the player clears a grid of tiles without detonating hidden mines, using clues about neighboring mines. minesweeper-rs is a Rust port of the author's earlier Minesweeper project (robmikh/Minesweeper), built on Microsoft's windows-rs bindings. It is a Windows program and requires at least Windows 10 build 1803.
Getting started
Requires Windows build 1803 (10.0.17134.0) or later; after setting up a Rust toolchain, build and run it with cargo run --release.