Skip to content

Tobio89/rust-sweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust-Sweeper

It's CLI Minesweeper, in Rust!

image

image

image

Usage: minesweeper <COMMAND>

Commands:
  easy    10x10 board with 10 mines
  medium  16x16 board with 40 mines
  hard    30x30 board with 99 mines
  custom  <SIZE> <MINES>, generate a board of SIZExSIZE, with MINES number of mines
  help    Print this message or the help of the given subcommand(s)

Options:
  -h, --help     Print help
  -V, --version  Print version
lunit_tobias@Lunit-Tobio-Mac ~/Documents/Personal/Programming/Rust/minesweeper %

Or if you're running it with cargo, cargo run -- easy etc

About

CLI Minesweeper, in Rust!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages