A minimal one-handed CLI minesweeper game.
- Clone the repo:
git clone https://github.com/j4ndrw rust-sweeper- Build the binary with
cargo(find installation guide here):
cargo build --releaseUSAGE:
rust-sweeper --difficulty <DIFFICULTY>
# where DIFFICULTY can be 0, 1 or 2.- 0 is the easiest (9x9 board with 10 bombs)
- 1 is medium (16x16 board with 40 bombs)
- 2 is hard (30x16 board with 99 bombs)
- 3 is nightmare (25x55 board with 500 bombs)
WSADfor moving the cursorfto toggle flagsSpaceoreto reveal a tileqorCtrl+Cto quitrto restart