Method | Description | |
---|---|---|
EndGame ( ) : void | ||
Game ( |
||
OpenCells ( int rowIndex, int columnIndex ) : List |
||
PlayerWins ( ) : bool | ||
RemarkCell ( int rowIndex, int columnIndex ) : |
Method | Description | |
---|---|---|
SetGameFieldElementsValues ( ) : void | ||
SetMines ( ) : void |
public Game ( |
||
gameSettings | ||
return | System |
public OpenCells ( int rowIndex, int columnIndex ) : List |
||
rowIndex | int | |
columnIndex | int | |
return | List |
public RemarkCell ( int rowIndex, int columnIndex ) : |
||
rowIndex | int | |
columnIndex | int | |
return |