-
Notifications
You must be signed in to change notification settings - Fork 1
Score
Accessible from: Stage
The score scene shows up when the stage was beaten (success) or the game is over (fail).
Here the player sees how many points they gained for defeating number of enemies of every type. Counters are split into enemy types i.e. there are just many counters as detected types of enemies. Each of them is shown when the player defeats at least one enemy of this type.
The systems take into account if one or two players are present and still alive. There are 3 possible cases:
- Only the first player is alive,
- Only the second player is alive,
- Both the players are alive.
After finishing counting all units, a total count is displayed (or both) after a short time. If 2 player mode was selected, one of them can be awarded with bonus 1,000 points for defeating highest number of enemies. Award is not granted if any of the following conditions is met:
- There is only one player alive,
- Is a draw (both the players have the same total count).
When a couple of seconds pass, the next scene is loaded which is either the next stage (if won the game) or the game over scene (if the game is over).
