Method | Description | |
---|---|---|
FlagTile ( int col, int row ) : void | ||
ForceRedraw ( ) : void | ||
GetCurrentScore ( ) : int | ||
GetDrawType ( int col, int row ) : DrawType | ||
GetTileValue ( int col, int row ) : int | ||
MineSweeperGame ( int columns, int rows, int mines, bool bDoQuestioned, Func |
||
UncoverTile ( int col, int row ) : void | ||
isGameOver ( ) : bool | ||
wasGameWon ( ) : bool |
Method | Description | |
---|---|---|
CalculateTileValue ( Minesweeper.Tile tile ) : int | ||
CheckForWin ( ) : bool | ||
DoNeighbor ( Minesweeper.Tile tile, Neighbors neighbor ) : void | ||
DoUncover ( Minesweeper.Tile tile ) : void | ||
GetNeighbor ( Minesweeper.Tile target, Neighbors neighbor ) : Minesweeper.Tile | ||
RandomTile ( ) : Point |
public GetDrawType ( int col, int row ) : DrawType | ||
col | int | |
row | int | |
return | DrawType |
public GetTileValue ( int col, int row ) : int | ||
col | int | |
row | int | |
return | int |
public MineSweeperGame ( int columns, int rows, int mines, bool bDoQuestioned, Func |
||
columns | int | |
rows | int | |
mines | int | |
bDoQuestioned | bool | |
adrawer | Func |
|
return | System |
public UncoverTile ( int col, int row ) : void | ||
col | int | |
row | int | |
return | void |