Go to the releases and download the latest one.
Clone this repository
git clone https://github.com/d-hain/minesweeper_rsgo into the folder
cd minesweeper_rsand run using cargo
cargo runThe --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