Helvijs-t2t / SpeedTyping

Typing game coded in java welcoming new participants. Good for new starters and students.
GNU General Public License v3.0
3 stars 2 forks source link

Repeating the same level gives extra points #13

Open Helvijs-t2t opened 4 years ago

Helvijs-t2t commented 4 years ago

If the same level (I tested with level1) is repeated, more points are added/taken away, however, the game should not award the player with extra points for that. The Score Should be calculated only for the first time the level is played and then reset and calculated again if the 3 lives are lost and the game needs to be played again.

5