
About
Minesweeper is a classic puzzle game genre in which players clear a grid of tiles while avoiding hidden mines, using number clues about how many mines border each tile. Sapter is a terminal-based Minesweeper implementation written in Rust using the ruscii library, built by its author as an exercise while learning the language.
Getting started
Build it with Cargo (cargo build --release) or download a prebuilt release from GitHub, then run the executable from a terminal. Controls are arrow keys to move, space to reveal a tile, backspace to flag one, R to restart after losing, and N to start a new game.