Crates.io | sapter |
lib.rs | sapter |
version | 0.1.14 |
source | src |
created_at | 2022-06-09 17:13:12.355593 |
updated_at | 2022-06-09 17:19:15.039998 |
description | Minesweeper for terminals |
homepage | |
repository | https://github.com/finalclass/sapter |
max_upload_size | |
id | 602733 |
size | 77,958 |
"Minesweeper is only wrong once"
Minesweeper written in Rust using ruscii library. Written as an exercise while learning Rust.
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
> cd sapter
> ./target/release/sapter
ARROWS - Move
SPACE - reveal field
BACKSPACE - Flag field
Q or ESC - quit
R - resurect
N - new game