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

game mechanism improvements #2

Open Helvijs-t2t opened 6 years ago

Helvijs-t2t commented 6 years ago

any ideas on how to generate a random selection of letters and numbers and symbols are highly appreciated!

adithsyam commented 4 years ago

I have seen some problems with the font colour is the main menu, options menu and I would like to fix them. Also while fixing them, I noticed that the hearts or the life remaining functionality is not working and I would also like to add score mechanism to the game, when the player types in the correct answer, they score one point and loses a point when they mistype.

Helvijs-t2t commented 4 years ago

I have seen some problems with the font colour is the main menu, options menu and I would like to fix them.

Can you please give a bit more details about this issue?

Also while fixing them, I noticed that the hearts or the life remaining functionality is not working and I would also like to add score mechanism to the game, when the player types in the correct answer, they score one point and loses a point when they mistype.

Feel free to add the scoring functionality as well as the fix for the "remaining lives" functionality.

Send the pull request when you are ready as well as if possible, update with the progress in this issue, so anyone can track the changes and reasoning at any time.

Helvijs-t2t commented 4 years ago

@asyam1 Have merged the pull request now. Great work!