Skip to content

shankpaul/minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minesweeper

Minesweeper ruby implementation

Start game

ruby start_game.rb

Run Test

bunde install
rspec ./

How to play

    0  1  2  3  4 

0  [ ][ ][ ][ ][ ]
1  [ ][ ][ ][ ][ ]
2  [ ][ ][ ][ ][ ]
3  [ ][ ][ ][ ][ ]
4  [ ][ ][ ][ ][ ]

score: 0

Game Help
----------
Use row column combination for select a cell
Open a cell: <rowcolumn>  Eg: 00
Flag a cell: <rowcolumn>f  Eg: 00f
Exit game: q

About

Minesweeper ruby implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages