/minesweeper

Minesweeper game written in Rust

Primary LanguageRust

Minesweeper

Requirements

Rust and Cargo, see here to install.

Usage

Cargo run -- [OPTIONS]

Options

  • -h or --height to set the height

  • -w or --width to set the width

  • -m or --mines to set the number of mines

ABOUT

A pet project to use the terminal graphics library Termion for Rust.

Author: menoude