Hello everybody,
I am making a game for my final project and one of the requirements is to add the score to an external file. I browsed green foot forums and the best I found is the UserInfo Greenfoot API http://www.greenfoot.org/files/javadoc/greenfoot/UserInfo.html where you can save a score. Here is where the saving to an external source comes in, I want to instead save into some kind of online form ( Like an excel sheet ) where I can then go through the values column by column and row by row and display the best scores. Would that be possible?
Because if I were to use something like the read and write methods provided by https://docs.oracle.com/javase/tutorial/essential/io/file.html the user would then have to upload it somehow for it to show up for everyone else.
Just as a recap I need to somehow save a name and a score in some kind of form that then can be accessed by anyone with the greenfoot file.
( Sorry for my bad English )