-
Notifications
You must be signed in to change notification settings - Fork 1
Main Menu
Accessible from: at start, Game Over, High Score
The main menu scene is a scene launched at the start of the application. It consists of the game logo, animated cursor indicating currently selected option and several texts displaying the player 1 score, the player 2 score (only when the 2 player mode was selected), current high score, three options to choose from, credits and the game version in the bottom right corner.
The player can select one of three available options:
- 1 PLAYER,
- 2 PLAYERS,
- EXIT*.
The first two options initialise the stage selection scene. The last one quits the game.
* - there was the "Construction" option in the original game, however it was replaced with the "Exit" (click here to display more information)
One player mode allows you to start the game only for one player. It hides some objects being active only for the second player.
Two player mode allows you to start the game in cooperation with another player. In this mode, you can gain bonus points after beating the stage for defeating highest number of enemies.
Closes the application. This option is not available for WebGL platform.