Method | Description | |
---|---|---|
GnomController ( IGnomTree view ) : System |
Assign a gnom view to the current instance.
|
|
PrintField ( IBalloon matrix ) : void |
Updates the view with information from the provided balloon matrix.
|
|
PrintHighscore ( IHighscoreTable table ) : void |
Prints the highscore in the rankings section of the view.
|
|
PrintMessage ( string message ) : void |
Prints a message on view.
|
|
PrintPlayerMoves ( string moves ) : void |
Display the provided string in the section for user moves.
|
Method | Description | |
---|---|---|
InitializeField ( IBalloon matrix ) : void |
public GnomController ( IGnomTree view ) : System | ||
view | IGnomTree | |
return | System |
public PrintHighscore ( IHighscoreTable table ) : void | ||
table | IHighscoreTable | |
return | void |
public PrintMessage ( string message ) : void | ||
message | string | |
return | void |
public PrintPlayerMoves ( string moves ) : void | ||
moves | string | |
return | void |