Goal for the day: fix all the problems identified last week!
Using a bool, I tackled the next of my problems and made the time stop when the player completed the game and had this time display on the pop-up screen at the end of the game.
Finally, I created a variable called finalScore (data type = float) which would be responsible for creating a finalScore out of the time elapsed in the 2nd level and the number of points scored. This involved transforming strings into floats and basic operators such as + and -.

No comments:
Post a Comment