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

Score not displayed Level3 onwards #11

Open Helvijs-t2t opened 4 years ago

Helvijs-t2t commented 4 years ago

After the recent updates where the scoring system was implemented (#10 ), the game does not display total points scored after the end of level3 as well as the following levels. (tested using "Advanced" difficulty) Annotation 2019-12-05 002659

adithsyam commented 4 years ago

I have not implemented the scoring mechanism to the other levels, I will get on it as soon as possible

Helvijs-t2t commented 4 years ago

I am changing the labels to enhancement as it seems like the scoring system was not meant to be on all levels at the start. Will remove Bug labels. Also, I was thinking that it might be beneficial to see the score changing at the time when key input is made.

KeyInputListener might be useful for that if you want to look into this further.