/minesweeper_rs

A Minesweeper clone written in Rust.

Primary LanguageRust

minesweeper_rs

How to play

Go to the releases and download the latest one.

How to run

Clone this repository

git clone https://github.com/d-hain/minesweeper_rs

go into the folder

cd minesweeper_rs

and run using cargo

cargo run

The --release cargo profile is set to opt-level 3 and there is a size profile to optimize for binary size.
To run the size profile use

cargo run --profile size