beginner needs help

I made a game with a score for each player, I get high scores that players achieved, but I need to save these high scores to PC and show it any time I open the game....
thx for your interest.
Save the scores to a file, then read the data from file beginning of the program
thx 4 reply but I wanted another method to do so
Unless you have a server or something you could connect to (which would probably be more complex), you can't.
Create a custom clipboard and store your information in there. It would persist outside of the program, but it wouldn't if the computer is shutdown or restarted.
Topic archived. No new replies allowed.