The current algorithm for the scoring system is inaccurate and not desirable as it starts from a high value and counts down.
It is also not implemented, as it gives high scores to players if they end the round fast enough. This is not by design. Players should only be given high scores if they finish the level.
- Look for better algorithm for score which counts UP rather than down
- Only give high scores if the player is successful
The current algorithm for the scoring system is inaccurate and not desirable as it starts from a high value and counts down.
It is also not implemented, as it gives high scores to players if they end the round fast enough. This is not by design. Players should only be given high scores if they finish the level.