Property | Type | Description | |
---|---|---|---|
numberOfMines | int | ||
numberOfNotOpened | int |
Method | Description | |
---|---|---|
FindNeighboursOfCell ( |
||
GetNotOpened ( ) : ForMiner.SaperCell[] | ||
GetSaperField ( ) : ].SaperCell[ | ||
Probability ( ) : float | ||
SaperFieldOfCells ( int fieldOfNumbers ) : System | ||
SetNeighboursForAllCells ( ) : void | ||
SetSaperCell ( int value, int x, int y ) : void |
public FindNeighboursOfCell ( |
||
cell | ||
return | void |
public GetNotOpened ( ) : ForMiner.SaperCell[] | ||
return | ForMiner.SaperCell[] |
public SaperFieldOfCells ( int fieldOfNumbers ) : System | ||
fieldOfNumbers | int | |
return | System |
public SetSaperCell ( int value, int x, int y ) : void | ||
value | int | |
x | int | |
y | int | |
return | void |