Méthode | Description | |
---|---|---|
ConsoleUI ( ) : System |
Initializes a new instance of the ConsoleUI class.
|
|
PrintField ( IBalloon matrix ) : void | ||
PrintHighscore ( IHighscoreTable highScore ) : void | ||
PrintMessage ( string message ) : void | ||
PrintPlayerMoves ( string moves ) : void | ||
ReadUserInput ( ) : string |
Méthode | Description | |
---|---|---|
GetDashedLine ( int count ) : string | ||
PrintBalloon ( IBalloon balloon ) : void | ||
PrintColumnIndeces ( ) : void | ||
PrintDashedLine ( int dashesCount ) : void | ||
PrintRowBeggining ( byte cellValue ) : void | ||
PrintRowEnd ( ) : void | ||
SetConsoleColor ( int key ) : void | ||
SetConsoleColorToDefault ( ) : void |
public PrintField ( IBalloon matrix ) : void | ||
matrix | IBalloon | |
Résultat | void |
public PrintHighscore ( IHighscoreTable highScore ) : void | ||
highScore | IHighscoreTable | |
Résultat | void |
public PrintMessage ( string message ) : void | ||
message | string | |
Résultat | void |
public PrintPlayerMoves ( string moves ) : void | ||
moves | string | |
Résultat | void |