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

Issue #4 #10

Closed adithsyam closed 4 years ago

adithsyam commented 4 years ago

I have updated all the Label's Font colors, and also fixed the life mechanism of the game. Now if the player mistypes, he would lose a heart.

Also created a scoring mechanism in level 1 and 2 of the game, by creating a variable in the startUp file and increment 1 point for every right answer and decrementing 1 point for wrong answers. This will be helpful if the game has multiple players with profiles to compare the scores.

The score will be displayed at the end of each successful level completion and if the player loses the level the score rests. I have commented on the level 1 file about the changes for others to understand the codes.