Skip to content

arieldellano/mines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minesweeper Clone for Terminal Nerds

thumbnail

Quick Start

Mines is written in go so make sure you have it installed before building the game.

Building

$ go build virgee.com/mines

Running Mines

$ ./mines 10 10      # 10 rows by 10 columns field, 20% mine population
$ ./mines 10 25      # 10 rows by 25 columns field, 20% mine population
$ ./mines 10 10 25   # 10 rows by 10 columns field, 25% mine population

Controls

key description
w,a,s,d or up,left,down,right Move cursor around
SPACE Tap a cell
f Flag/unflag cell
q Quit

BE AWARE OF THE MINES

Tapping a cell that contains a mine will make it explode and you'll die. Please, tap responsibly.

About

Minesweeper clone for terminal nerds

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages