Skip to content

pedroalbanese/minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

minesweeper

Command-line MineSweeper Game written in Go

Usage

h or ? - this help,
c x y  - clear cell (x,y),
m x y  - marks (toggles) cell (x,y),
n      - start a new game,
q      - quit/resign the game,
where x is the (horizontal) column number and y is the (vertical) row number.

Grid has 6 mine(s), 0 mine(s) marked.
       123456
       ------
     1:......
     2:......
     3:......
     4:......
     5:......
     6:......

About

Command-line MineSweeper Game written in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages