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

when level is failed, starting game again gives 2 lifes instead of 3 sometimes #6

Closed Helvijs-t2t closed 6 years ago

Helvijs-t2t commented 6 years ago

This could be fixed with a boolean added which checks if a level was/is finished at the start of each new level and at the end of each level. then a function which manipulates the number of lives could determine, to add one life, take one life away or reset them back to default.