I am working on a snake game. I have posted about it before. It is going well, and now I would like to implement a high score option, that saves the score online, so that everyone can see it. I am planning to make a menu, that will have a high score button. It would then open a new frame displaying the high scores (most likely top 10 or 15). How would I go about doing this. I know about the HighScore method in Java, but that saves it to the computer. I have also read this forum post: http://www.daniweb.com/software-development/java/threads/104026 for some information, but this user was also saving it to the computer.
Thanks for any help.
DO NOT post on the listed thread. It is an old thread.