Method |
Description |
|
CreateRock ( ) : void |
|
|
DetectCollision ( Rock, rock ) : bool |
|
|
DrawDwarf ( ) : void |
|
|
DrawRocks ( ) : void |
|
|
GenerateFallingRocksAndDensity ( ) : void |
|
|
Main ( ) : void |
|
|
MoveDwarfLeft ( ) : void |
|
|
MoveDwarfRight ( ) : void |
|
|
PrintAtPosition ( int x, int y, char symbol ) : void |
|
|
PrintAtPosition ( int x, int y, char symbol, ConsoleColor, color ) : void |
|
|
PrintResult ( ) : void |
|
|
PrintRocksAtPosition ( int x, int y, char symbol, int densityOfRocks ) : void |
|
|
RemoveScrollBars ( ) : void |
|
|
RocksFall ( ) : void |
|
|
SetInitialDwarfPosition ( ) : void |
|
|
SetInitialPositions ( ) : void |
|
|