Method | Description | |
---|---|---|
DisplayCombo ( int bonus, int x, int y ) : void | ||
DrawMenu ( string playerName, bool gameoverFlag ) : void | ||
DrawProgress ( int score, int maxScore, char progressBarCharacter, ConsoleColor color, int x, int y ) : void | ||
DrawProgress ( int score, int maxScore, int x, int y ) : void | ||
GetBoxesToRemove ( bool boxesToRemove ) : int | ||
GetHighestScores ( string filePath ) : List |
||
LoadGame ( string filePath, |
||
LoadPlayer ( ) : string | ||
SaveGame ( string filePath, |
||
SaveHighestScores ( string filePath, |
||
ScoreField ( int x, int y, |
||
Settings ( int x, int y ) : void | ||
ShowTopScores ( string HIGHSCOREFILEPATH ) : void | ||
VisualizeSound ( bool soundflag ) : void | ||
isEmpty ( bool boxesToRemove ) : bool |
public static DisplayCombo ( int bonus, int x, int y ) : void | ||
bonus | int | |
x | int | |
y | int | |
return | void |
public static DrawMenu ( string playerName, bool gameoverFlag ) : void | ||
playerName | string | |
gameoverFlag | bool | |
return | void |
public static DrawProgress ( int score, int maxScore, char progressBarCharacter, ConsoleColor color, int x, int y ) : void | ||
score | int | |
maxScore | int | |
progressBarCharacter | char | |
color | ConsoleColor | |
x | int | |
y | int | |
return | void |
public static DrawProgress ( int score, int maxScore, int x, int y ) : void | ||
score | int | |
maxScore | int | |
x | int | |
y | int | |
return | void |
public static GetBoxesToRemove ( bool boxesToRemove ) : int | ||
boxesToRemove | bool | |
return | int |
public static GetHighestScores ( string filePath ) : List |
||
filePath | string | |
return | List |
public static LoadGame ( string filePath, |
||
filePath | string | |
playField | ||
player | ||
return | void |
public static SaveGame ( string filePath, |
||
filePath | string | |
playField | ||
player | ||
return | void |
public static SaveHighestScores ( string filePath, |
||
filePath | string | |
playerCurrent | ||
topScoreCount | int | |
return | void |
public static ScoreField ( int x, int y, |
||
x | int | |
y | int | |
player | ||
return | void |
public static Settings ( int x, int y ) : void | ||
x | int | |
y | int | |
return | void |
public static ShowTopScores ( string HIGHSCOREFILEPATH ) : void | ||
HIGHSCOREFILEPATH | string | |
return | void |
public static VisualizeSound ( bool soundflag ) : void | ||
soundflag | bool | |
return | void |
public static isEmpty ( bool boxesToRemove ) : bool | ||
boxesToRemove | bool | |
return | bool |