C# Class ForMiner.SaperStatistics

Mostrar archivo Open project: JohnyWaster/SaperBot Class Usage Examples

Public Properties

Property Type Description
eightyMinesGames int
fortyMinesGames int
gameCounter int
oneHundredMinesGames int
sixtyMinesGames int
twentyMinesGames int
victoryCounter int
zeroMinesGames int

Public Methods

Method Description
SaperStatistics ( ) : System
StatisticForGameOver ( int numberOfMines ) : void
StatisticForVictory ( ) : void

Private Methods

Method Description
AllocConsole ( ) : bool
DeleteMenu ( IntPtr hMenu, uint uPosition, uint uFlags ) : bool
FreeConsole ( ) : bool
GetConsoleWindow ( ) : IntPtr
GetSystemMenu ( IntPtr hWnd, bool bRevert ) : IntPtr
Print ( ) : void

Method Details

SaperStatistics() public method

public SaperStatistics ( ) : System
return System

StatisticForGameOver() public method

public StatisticForGameOver ( int numberOfMines ) : void
numberOfMines int
return void

StatisticForVictory() public method

public StatisticForVictory ( ) : void
return void

Property Details

eightyMinesGames public_oe property

public int eightyMinesGames
return int

fortyMinesGames public_oe property

public int fortyMinesGames
return int

gameCounter public_oe property

public int gameCounter
return int

oneHundredMinesGames public_oe property

public int oneHundredMinesGames
return int

sixtyMinesGames public_oe property

public int sixtyMinesGames
return int

twentyMinesGames public_oe property

public int twentyMinesGames
return int

victoryCounter public_oe property

public int victoryCounter
return int

zeroMinesGames public_oe property

public int zeroMinesGames
return int