Skip to content

jumbledFox/terminal_minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Read this (or don't)

I plan to remake this pretty soon, some of the code in here is a bit yucky and from when I was first learning rust...

Terminal Minesweeper

A terminal minesweeper game, made in Rust in a few days

A game of terminal minesweeper

God, it's so janky, I'd like to remake it with a plan next time, as this time I sort of just went with the flow..

For different difficulties, use the arguments easy, normal, or hard.

For custom settings, use the arguments width height bomb_count!!! (e.g. minesweeper.exe 50 50 400 for a really long game)