Minesweeper made with rust and ncurses
Go to file
kirbylife db1bf77482 added README.md info 2019-06-18 15:07:23 -05:00
src when you finish the game, you won 2019-06-18 13:50:29 -05:00
.gitignore Initial commit 2019-06-18 13:56:50 -05:00
Cargo.toml added README.md info 2019-06-18 15:07:23 -05:00
LICENSE Initial commit 2019-06-18 13:56:50 -05:00
README.md added README.md info 2019-06-18 15:07:23 -05:00

README.md

rust_sweeper

Minesweeper made with rust and ncurses

Dependencies

  • ncurses
  • rand

How to execute

Simply execute

cargo run

Controls

key action
Arrow keys move arround the board
F flag a box
Space reveal a box
q exit