Skip to content

d-hain/minesweeper_rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Minesweeper clone written in Rust.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages