2 releases
0.1.14 | Jun 9, 2022 |
---|---|
0.1.13 | Jun 9, 2022 |
#474 in Games
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
- Download a release from Github Releases.
- Unzip it
- 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
Screenshot 2
Dependencies
~3MB
~55K SLoC