Hello all!
I am going to write my first Java game with LibGDX and want to store my level data (image and audio files) on an external server. What is a good way to store, retrieve and reference the files across the internet?
I have access to a MongoDB database, but the files may also be stores outside. Network data exchange is made with BSON.
Any ideas? I’ve also tried to ask google, but without success - maybe the wrong keywords.
Thanks in advance!