Skip to content

Loafter/minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Classic Minsweeper game realisation on Rust with FLTK library (Window, OSX, and linux)
No Recusrion for opening free cell
Fair no-try random mine placement\

Building:
git clone https://github.com/Loafter/minesweeper.git
cd minesweeper
cargo build --release
miswiper