An ncurses minesweeper clone. https://code.ivysaur.me/rustmines
This repository has been archived on 2020-05-03. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
mappu 711e7d8607 commit all archived files 2017-02-26 00:05:18 +00:00
dist-archive commit all archived files 2017-02-26 00:05:18 +00:00
doc commit all archived files 2017-02-26 00:05:18 +00:00
.legacy-codesite.toml initial meta commit 2017-02-26 00:05:18 +00:00
README.md commit all archived files 2017-02-26 00:05:18 +00:00

README.md

rustmines

An ncurses minesweeper clone

Tags: game

Features

  • Coloured squares
  • Keyboard or mouse control

Usage

Usage:
  rustmines [options]

Options:
  --help            Display this message
  --width NUM       Board width (default 9)
  --height NUM      Board height (default 9)
  --mines NUM       Number of mines (default 10)
  --easy            9x9 board with 10 mines
  --intermediate    16x16 board with 40 mines
  --advanced        30x16 board with 99 mines

Controls:
  [arrow keys]      Move cursor
  w a s d           Move cursor
  f                 Flag square
  [space]           Reveal square
  [left-click]      Move cursor and reveal square
  [right-click]     Move cursor and flag square
  [double-click]    Move cursor, reveal square + unflagged neighbours

Download