Method | Description | |
---|---|---|
GameScreen ( int scoreboardIndex ) : System |
Initializes a new instance of the GameScreen class.
|
Method | Description | |
---|---|---|
GameOver ( ) : void |
Call this method to end the game.
|
|
Reset ( ) : void |
Resets this instance. This will be called when a new game is played. Reset all of your objects here so that you do not need to reallocate the memory for them.
|
|
SaveScore ( ) : void |
Saves the player's score. This is async.
|
public GameScreen ( int scoreboardIndex ) : System | ||
scoreboardIndex | int | |
return | System |