rust_sweeper/README.md

23 lines
259 B
Markdown
Raw Normal View History

2019-06-18 18:56:50 +00:00
# rust_sweeper
Minesweeper made with rust and ncurses
2019-06-18 20:07:23 +00:00
## 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|