Ive started work on porting my tile based puzzle game to java, targeting desktop and android. The game has a built in level editor and I want to work out a system for people to be able to share their custom levels/level-sets. If I set up a website to host the files, perhaps the game could upload/download with FTP. The individual level files are less than 8kb, so they will be easy to quickly transfer.
It would be nice to have a method of users rating the levels on the website and being able to search for particular things, I’m sure thats easy to do in a browser but it would be better to have that functionality built into the game particularly so that it would be simple to get new levels for the android version.
Does anyone have any experience with this idea, or some pointers to useful articles?
-edit: Im using libgdx if thats any help.