
About
Minesweeper is a logic puzzle genre played on a grid of tiles hiding mines, where the player must clear the board using numeric clues about neighboring mines without detonating one. Rustsweeper is a command-line Minesweeper implementation in Rust, installable via Cargo or as a prebuilt executable, offering both mouse and full keyboard-only controls, adjustable difficulty (Easy, Normal, Hard, or custom board size and mine count), and a customizable board appearance.
How it differs from the original
Unlike most graphical Minesweeper implementations, Rustsweeper runs entirely in the terminal and supports both mouse and full keyboard-only control schemes.
Getting started
Install it via Cargo, download a prebuilt release executable, or build it from source with Cargo. In-game, click or use WASD-style movement to select a cell, press F to flag a suspected mine, and use the in-game menu to adjust controls, difficulty, and board appearance.