Hey there, I'm trying to organize a file that contains the name of the player, and his score.
ex:
kunkunlol 473
marc 94
Susan 134
I have 2 functions, one to read the file (will show the top 10 players like above), and another to write on it (like above too), after the player finishes the game.
Altought, I can't see a way to organize from the biggest to the smallest score!
Any help would be very welcome! Thanks.