Skip to content

samiyonas/minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minesweeper game in your terminal

Try it out

clone

git clone https://github.com/samiyonas/minesweeper
cd minesweeper

run the release build(if you don't have cargo)

macOS

./target/release/minesweeper

linux

./target/x86_64-unknown-linux-gnu/release/minesweeper

windows

./target/x86_64-pc-windows-gnu/release/minesweeper.exe

build and run the game yourself

cargo build --release
./target/release/minesweeper

this game was inspired by [this] leetcode problem

About

minesweeper game in your terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages