First of all I want to say thanks to Nina Morawietz (Udemy helper of the course), Thomas Aunvik and @Alex_Stusse for their tips about making my game better.
Here is what is changed in the game.
Changes made:
-
The game scene is now brighter thanks to changes made on the lights.
-
The score attributo can now store a bigger value than before. This is because I declare the attribute of type byte in the previous version.
-
If you now score a point your position will be changed, so now it’s more difficult to score another point.
-
The font of the texts is changed.
Feature added in the game:
- Scoring points makes the gameplay longer. If you score, for example 2 points, and the time before the game ends is 30 seconds by doing 2 points it will added some extra time (30 + 2 = 32 seconds) for let you continue to play the game.
Here are some picture of the game:
Hope you enjoy my game now with those better changes