Skip to content

finalclass/sapter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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