/minesweeper-cli-rs

Simple CLI minesweeper written in Rust

Primary LanguageRustGNU General Public License v2.0GPL-2.0

minesweeper-cli-rs

My first Rust program.

Controls:

  • Cursor move: WASD
  • Fast cursor move: Shift + WASD
  • Open cell: Space
  • Place flag: F or Tab
  • Auto open: E
  • Exit: Esc

Downloading and running:

$ git clone https://github.com/mirai65536/minesweeper-cli-rs.git
$ cd minesweeper-cli-rs
$ cargo run