|
|
||
|---|---|---|
| src | ||
| .gitignore | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
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 |