-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add associated name to highscore #38
Comments
This issue can be combined with issue #48 -- please also fix the editable high score issue. |
After looking into this issue I think it should be worth a lot more. The way the code is setup now the High Score gets checked/updated every round and written to the file immediately. In order to add an associated High Score, you would need to rework how to file is written, or completely rework the endGame file to have a spot to input your name, and change the way that file is saved/read. (250 points) |
F16 OK (250 pts) |
F17 OK (250pts) |
Right now it just saves the high score value. I think it would be a good addition to add the ability to write you name next to the high score so that you also know who got that high score. (50-100 points)
The text was updated successfully, but these errors were encountered: