rae-el / por-higher-lower

Portfolio 1A - Higher Lower Game
GNU General Public License v3.0
0 stars 0 forks source link

Added high score functionality #9

Closed TitanCmd closed 2 years ago

TitanCmd commented 2 years ago

Game waits for user to enter name, enter is bound to set name, once set game continues and it will use the enter binding for guessing.

Scores currently destroys main window and opens a separate high score window.

All scores are stored in a csv file, if the file does not exist, it first creates the file, then continues operation.