C# Class _600.BombSweeper

Mostra file Open project: Oscarbralo/TopBlogCoder Class Usage Examples

Public Methods

Method Description
check ( string newBoard, int a, int b ) : bool
winPercentage ( string board ) : double

Method Details

check() public method

public check ( string newBoard, int a, int b ) : bool
newBoard string
a int
b int
return bool

winPercentage() public method

public winPercentage ( string board ) : double
board string
return double