2 releases

0.1.14 Jun 9, 2022
0.1.13 Jun 9, 2022

#435 in Games

MIT and maybe GPL-2.0-only

52KB
302 lines

Sapter

"Minesweeper is only wrong once"

Minesweeper written in Rust using ruscii library. Written as an exercise while learning Rust.

Building

To build you need rustc compiler. Install rust according to instructions given here: https://www.rust-lang.org/learn/get-started Then run the build:

> cargo build --release

Running

  1. Download a release from Github Releases.
  2. Unzip it
  3. Execute it in terminal:
> cd sapter
> ./target/release/sapter

Playing

ARROWS - Move
SPACE - reveal field
BACKSPACE - Flag field
Q or ESC - quit
R - resurect
N - new game

Screenshot 1

Sapter 1

Screenshot 2

Sapter 1

Dependencies

~3MB
~55K SLoC