Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 677 Bytes

File metadata and controls

17 lines (13 loc) · 677 Bytes

Rust terminal minesweeper

thumbnail

Launch it

$ cargo run 10 10 10 # [rows] [cols] [bombs]

Controls

key description
UP,LEFT,DOWN,RIGHT Move cursor around
SPACE Open cell
f Flag/unflag cell
q Quit